Interview Questions

The ASP.NET directive that lets you cache different versions of a page based on varying input parameters ...

ASP.NET and .NET WEB Questions and Answers


(Continued from previous question...)

The ASP.NET directive that lets you cache different versions of a page based on varying input parameters ...

The ASP.NET directive that lets you cache different versions of a page based on varying input parameters, HTTP headers and browser type is
* @OutputCache
* @CacheOutput
* @PageCache
* @CacheAll


@ OutputCache

(Continued on next question...)

Other Interview Questions