OwinRequest.CacheControl Property

 

Gets or sets the Cache-Control header.

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

Syntax

public virtual string CacheControl { get; set; }
public:
property String^ CacheControl {
    virtual String^ get();
    virtual void set(String^ value);
}
abstract CacheControl : string with get, set
override CacheControl : string with get, set
Public Overridable Property CacheControl As String

Property Value

Type: System.String

The Cache-Control header.

Implements

IOwinRequest.CacheControl

See Also

OwinRequest Class
Microsoft.Owin Namespace

Return to top