Compartir a través de


CookieAuthenticationOptions.LogoutPath Propiedad

Definición

Si se proporciona logoutPath al controlador, se redirigirá una solicitud a esa ruta de acceso en función 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

Valor de propiedad

Se aplica a