What is ASP.NET OutputCache Directive- Directives And how to use
What is ASP.NET OutputCache Directive- Directives And how to use:
The OutputCache Directive:
The OutputCache directive controls the output caching policies of a web page or a user control.
The basic syntax of OutputCache directive is:
<%@ OutputCache Duration="15" VaryByParam="None" %>
IMPORT DIRECTIVE
The OutputCache Directive:
The OutputCache directive controls the output caching policies of a web page or a user control.
The basic syntax of OutputCache directive is:
<%@ OutputCache Duration="15" VaryByParam="None" %>
Comments
Post a Comment