AuthenticationHandler<TOptions>.OriginalPathBase Property

Definition

Gets the path base as seen by the authentication middleware.

protected:
 property Microsoft::AspNetCore::Http::PathString OriginalPathBase { Microsoft::AspNetCore::Http::PathString get(); };
protected Microsoft.AspNetCore.Http.PathString OriginalPathBase { get; }
member this.OriginalPathBase : Microsoft.AspNetCore.Http.PathString
member this.OriginalPathBase : Microsoft.AspNetCore.Http.PathString
Protected ReadOnly Property OriginalPathBase As PathString

Property Value

Applies to