AuthenticationHandler<TOptions>.OriginalPath 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 den Pfad ab, wie er von der Middleware für die Authentifizierung angezeigt wird.
protected:
property Microsoft::AspNetCore::Http::PathString OriginalPath { Microsoft::AspNetCore::Http::PathString get(); };
protected Microsoft.AspNetCore.Http.PathString OriginalPath { get; }
member this.OriginalPath : Microsoft.AspNetCore.Http.PathString
member this.OriginalPath : Microsoft.AspNetCore.Http.PathString
Protected ReadOnly Property OriginalPath As PathString