IAuthenticationFeature.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.
Der ursprüngliche Pfad.
public:
property Microsoft::AspNetCore::Http::PathString OriginalPath { Microsoft::AspNetCore::Http::PathString get(); void set(Microsoft::AspNetCore::Http::PathString value); };
public Microsoft.AspNetCore.Http.PathString OriginalPath { get; set; }
member this.OriginalPath : Microsoft.AspNetCore.Http.PathString with get, set
Public Property OriginalPath As PathString