CookieAuthenticationOptions.LogoutPath プロパティ

定義

LogoutPath にハンドラーが指定されている場合、そのパスへの要求は 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

プロパティ値

適用対象