HttpCacheVaryByHeaders Methods
.NET Framework (current version)
Namespace:
System.Web
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetHeaders() | Gets an array of values which specify the HTTP headers to be used for varying the cache. |
![]() | GetType() | |
![]() | SetHeaders(array<String^>^) | Sets an array of values which specify the HTTP headers to be used for varying the cache. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | VaryByUnspecifiedParameters() | Causes ASP.NET to vary by all header values and sets the Vary HTTP header to the value * (an asterisk). All other Vary header information to be dropped. |
Show:
