AuthenticationHandler<TOptions>.OriginalPath Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le chemin d’accès tel que vu par le middleware d’authentification.
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