HttpResponse.CacheControl Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the Cache-Control
HTTP header that matches one of the HttpCacheability enumeration values.
public:
property System::String ^ CacheControl { System::String ^ get(); void set(System::String ^ value); };
public string CacheControl { get; set; }
member this.CacheControl : string with get, set
Public Property CacheControl As String
A string representation of the HttpCacheability enumeration value.
The string value set does not match one of the HttpCacheability enumeration values.
The values for Private
, Public
, and No-Cache
are strings and must be enclosed in quotation marks (" "). If the CacheControl property is set to a value that does not match one of the HttpCacheability enumeration values, then an ArgumentException is thrown. If the CacheControl property is not set, the cacheability of the response is set to NoCache.
The CacheControl
, Expires, and ExpiresAbsolute properties have been deprecated. Instead, the methods of the HttpCachePolicy class are available through the Cache intrinsic object to control the Internet Information Services (IIS) output cache and client caches.
Product | Versions |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: