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

属性值

适用于