AuthenticationHandler<TOptions>.OriginalPath 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 as seen by the authentication middleware.
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