This documentation is archived and is not being maintained.
HttpCacheVaryByHeaders Properties
Visual Studio 2008
The HttpCacheVaryByHeaders type exposes the following members.
| Name | Description | |
|---|---|---|
|
AcceptTypes | Gets or sets a value indicating whether the ASP.NET output cache varies the cached responses by the Accept HTTP header, and appends it to the out-going Vary HTTP header. |
|
Item | Gets or sets a custom header field that the ASP.NET output cache varies the cached responses by, and appends it to the out-going Vary HTTP header. |
|
UserAgent | Gets or sets a value indicating whether the ASP.NET output cache varies the cached responses by the User-Agent header, and appends it to the out-going Vary HTTP header. |
|
UserCharSet | Gets or sets a value indicating whether the ASP.NET output cache varies the cached responses by the Accept-Charset header, and appends it to the out-going Vary HTTP header. |
|
UserLanguage | Gets or sets a value indicating whether the ASP.NET output cache varies the cached responses by the Accept-Language header, and appends it to the out-going Vary HTTP header. |
Show: