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

속성 값

적용 대상