CookieAuthenticationOptions.LogoutPath Propriété

Définition

Si la valeur de LogoutPath est fournie à l'intergiciel (middleware), une demande à ce chemin d'accès redirige sur la base de la valeur de ReturnUrlParameter.

public:
 property Microsoft::AspNetCore::Http::PathString LogoutPath { Microsoft::AspNetCore::Http::PathString get(); void set(Microsoft::AspNetCore::Http::PathString value); };
public Microsoft.AspNetCore.Http.PathString LogoutPath { get; set; }
member this.LogoutPath : Microsoft.AspNetCore.Http.PathString with get, set
Public Property LogoutPath As PathString

Valeur de propriété

S’applique à