IOwinRequest.Context Property

Definition

Gets the request context.

public Microsoft.Owin.IOwinContext Context { get; }
member this.Context : Microsoft.Owin.IOwinContext
Public ReadOnly Property Context As IOwinContext

Property Value

The request context.

Applies to