Which of the following methods should be used to stop a browser from storing a cached version of a webpage?
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.