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

Q

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

✍: Guest

A

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

2014-08-27, 1627👍, 0💬