HttpCachePolicyWrapper::SetRevalidation Method (HttpCacheRevalidation)
.NET Framework (current version)
Sets the Cache-Control HTTP header to either the must-revalidate or the proxy-revalidate directives, based on the specified enumeration value.
Assembly: System.Web (in System.Web.dll)
Parameters
- revalidation
-
Type:
System.Web::HttpCacheRevalidation
The HttpCacheRevalidation enumeration value to set the Cache-Control header to.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | revalidation is not one of the enumeration values. |
.NET Framework
Available since 3.5
Available since 3.5
Show: