System.Web Namespace
Provides a type-safe way to set the VaryByParams property that identifies the HTTP Get or Post parameters that ASP.NET uses to choose a response from multiple cached responses.
For more information on HTTP cache-control headers, see Section 14 Header Field Definitions in the Hypertext Transfer Protocol ( HTTP/1.1 ) documentation, available from the World Wide Web Consortium.
Response.Cache.VaryByParams.propertyName = value;
Response.Cache.VaryByParams.propertyName = value
Type var = Response.Cache.VaryByParams.propertyName;
Dim var as Type = Response.Cache.VaryByParams.propertyName
Caching Multiple Versions of a Page
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph