In order to prevent a browser from caching a page which of these xstatements should be written ?
A. Response.Cache.SetNoServerCaching();
B. Response.Cache.SetNoCaching();
C. Response.Cache.SetNoStore();
D. None of these