HttpCachePolicyBase::SetCacheability Method

 

When overridden in a derived class, sets the Cache-Control header to one of the HttpCacheability values.

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

NameDescription
System_CAPS_pubmethodSetCacheability(HttpCacheability)

When overridden in a derived class, sets the Cache-Control header to the specified HttpCacheability value.

System_CAPS_pubmethodSetCacheability(HttpCacheability, String^)

When overridden in a derived class, sets the Cache-Control header to the specified HttpCacheability value and appends an extension to the directive.

Return to top
Show: