CookieAuthenticationOptions.LogoutPath Property

Definition

If the LogoutPath is provided the handler then a request to that path will redirect based on the 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

Property Value

Applies to