MCQOPTIONS
Saved Bookmarks
| 1. |
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 |
| Answer» B. Response.Cache.SetNoServerCaching(); | |