AuthenticationHandler<TOptions>.OriginalPathBase Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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