AuthenticationHandler.RequestPathBase Property

 

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

Syntax

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

Property Value

Type: Microsoft.Owin.PathString

See Also

AuthenticationHandler Class
Microsoft.Owin.Security.Infrastructure Namespace

Return to top