HttpCachePolicyWrapper::SetRevalidation Method (HttpCacheRevalidation)

 

Sets the Cache-Control HTTP header to either the must-revalidate or the proxy-revalidate directives, based on the specified enumeration value.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
virtual void SetRevalidation(
	HttpCacheRevalidation revalidation
) override

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
Return to top
Show: