Share via


IOwinRequest.CacheControl Property

Gets or sets the request cache control.

Namespace:  Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

'Declaration
Property CacheControl As String 
    Get 
    Set
'Usage
Dim instance As IOwinRequest 
Dim value As String 

value = instance.CacheControl

instance.CacheControl = value
string CacheControl { get; set; }
property String^ CacheControl {
    String^ get ();
    void set (String^ value);
}
abstract CacheControl : string with get, set
function get CacheControl () : String 
function set CacheControl (value : String)

Property Value

Type: System.String
The request cache control.

See Also

Reference

IOwinRequest Interface

Microsoft.Owin Namespace