MCQOPTIONS
Saved Bookmarks
| 1. |
If you want to cache the page according to the browser, then what will you do? |
| A. | Write the given below code in aspx page. <%@ OutputCache Duration=”500” VaryByParam=”none” VaryByCustom=”browser” %> |
| B. | Write the given below code in aspx page. <%@ OutputCache Duration=”500” VaryByParam=”none” VaryByHeader=”browser” %> |
| C. | Write the given below code in aspx page. <%@ OutputCache Duration=”500” VaryByParam=” browser” VaryByCustom=”none” %> |
| D. | None of the above. |
| Answer» B. Write the given below code in aspx page. <%@ OutputCache Duration=”500” VaryByParam=”none” VaryByHeader=”browser” %> | |