HttpCacheVaryByParams Class
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 a list of all members of this type, see HttpCacheVaryByParams Members.
System.Object
System.Web.HttpCacheVaryByParams
[Visual Basic] NotInheritable Public Class HttpCacheVaryByParams [C#] public sealed class HttpCacheVaryByParams [C++] public __gc __sealed class HttpCacheVaryByParams [JScript] public class HttpCacheVaryByParams
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
For more information on HTTP cache-control headers, see RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1, available on the World Wide Web Consortium Web site at http://www.w3c.org. See section 14, "Header Field Definitions", for complete details.
Requirements
Namespace: System.Web
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)