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