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
IOwinContext Context { get; }
property IOwinContext^ Context {
IOwinContext^ get();
}
abstract Context : IOwinContext with get
ReadOnly Property Context As IOwinContext
Property Value
Type: Microsoft.Owin.IOwinContext
The request context.
See Also
IOwinRequest Interface
Microsoft.Owin Namespace
Return to top