Which of the following methods should be used to stop a browser from storing a cached version of a webpage?

Choose the correct answer

Explanation

Option C, Response.Cache.SetNoStore(), is the correct method to instruct the browser not to cache the page. Options A and B are incorrect as they do not exist or do not fully prevent caching. Option D is also incorrect because the appropriate method does exist.

Which of the following methods should be used to sto… — ASP.net | PakQuizHub