Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the Cache-Control header.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
string CacheControl { get; set; }
property String^ CacheControl {
String^ get();
void set(String^ value);
}
abstract CacheControl : string with get, set
Property CacheControl As String
Property Value
Type: System.String
The Cache-Control header.
See Also
IOwinRequest Interface
Microsoft.Owin Namespace
Return to top