CookieAuthenticationOptions.LogoutPath Eigenschaft

Definition

Wenn LogoutPath für die Middleware bereitgestellt wird, wird eine Anforderung an diesen Pfad basierend auf ReturnUrlParameter umgeleitet.

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

Eigenschaftswert

Gilt für: