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 the request context.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public virtual IOwinContext Context { get; }
public:
property IOwinContext^ Context {
virtual IOwinContext^ get();
}
abstract Context : IOwinContext with get
override Context : IOwinContext with get
Public Overridable ReadOnly Property Context As IOwinContext
Property Value
Type: Microsoft.Owin.IOwinContext
The request context.
Implements
See Also
OwinRequest Class
Microsoft.Owin Namespace
Return to top