AuthenticationHandler<TOptions>.OriginalPathBase Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die Pfadbasis ab, die von der Authentifizierungs-Middleware erkannt wird.
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