Share via


AuthenticationHandler.RequestPathBase Property

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

Syntax

'Declaration
Protected Property RequestPathBase As PathString 
    Get 
    Private Set
'Usage
Dim value As PathString 

value = Me.RequestPathBase
protected PathString RequestPathBase { get; private set; }
protected:
property PathString RequestPathBase {
    PathString get ();
    private: void set (PathString value);
}
member RequestPathBase : PathString with get, private set
function get RequestPathBase () : PathString 
private function set RequestPathBase (value : PathString)

Property Value

Type: Microsoft.Owin.PathString

See Also

Reference

AuthenticationHandler Class

Microsoft.Owin.Security.Infrastructure Namespace