Google News
logo
ASP.NET - Quiz(MCQ)
In order to prevent a browser from caching a page which of these xstatements should be written?
A)
Response.Cache.SetNoCaching();
B)
Response.Cache.SetNoStore();
C)
Response.Cache.SetNoServerCaching();
D)
None of the Above

Correct Answer :   Response.Cache.SetNoStore();

Advertisement