OwinRequest.CacheControl Property

The Cache-Control header

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

Syntax

'Declaration
Public Overridable Property CacheControl As String 
    Get 
    Set
'Usage
Dim instance As OwinRequest 
Dim value As String 

value = instance.CacheControl

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

Property Value

Type: System.String

Implements

IOwinRequest.CacheControl

See Also

Reference

OwinRequest Class

Microsoft.Owin Namespace