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

屬性值

適用於