In order to prevent a browser from caching a page which of these xstatements should be written?

A.  Response.Cache.SetNoStore();
B.  Response.Cache.SetNoServerCaching();
C.  Response.Cache.SetNoCaching();
D.  None of these

Ans: Response.Cache.SetNoStore();

0 comments:

Post a Comment