Share via


BaseView.Context Property

 

The request context

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

Syntax

protected IOwinContext Context { get; private set; }
protected:
property IOwinContext^ Context {
    IOwinContext^ get();
    private: void set(IOwinContext^ value);
}
member Context : IOwinContext with get, private set
Protected Property Context As IOwinContext
    Get
    Private Set
End Property

Property Value

Type: Microsoft.Owin.IOwinContext

Returns IOwinContext.

See Also

BaseView Class
Microsoft.Owin.Diagnostics.Views Namespace

Return to top