IAuthenticationFeature.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.
Chemin d’accès d’origine.
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