AuthenticationHandler<TOptions>.OriginalPathBase 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 la base de chemin d’accès telle qu’elle est vue par l’intergiciel d’authentification.
protected:
property Microsoft::AspNetCore::Http::PathString OriginalPathBase { Microsoft::AspNetCore::Http::PathString get(); };
protected Microsoft.AspNetCore.Http.PathString OriginalPathBase { get; }
member this.OriginalPathBase : Microsoft.AspNetCore.Http.PathString
member this.OriginalPathBase : Microsoft.AspNetCore.Http.PathString
Protected ReadOnly Property OriginalPathBase As PathString