RemoteAuthenticationOptions.CallbackPath 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 à la demande au sein du chemin d'accès de base de l'application où l'agent utilisateur est renvoyé. L'intergiciel (middleware) traitera cette demande à son arrivée.
public:
property Microsoft::AspNetCore::Http::PathString CallbackPath { Microsoft::AspNetCore::Http::PathString get(); void set(Microsoft::AspNetCore::Http::PathString value); };
public Microsoft.AspNetCore.Http.PathString CallbackPath { get; set; }
member this.CallbackPath : Microsoft.AspNetCore.Http.PathString with get, set
Public Property CallbackPath As PathString