CookieAuthenticationOptions.LogoutPath Property

 

If the LogoutPath is provided the middleware then a request to that path will redirect based on the ReturnUrlParameter.

Namespace:   Microsoft.Owin.Security.Cookies
Assembly:  Microsoft.Owin.Security.Cookies (in Microsoft.Owin.Security.Cookies.dll)

Syntax

public PathString LogoutPath { get; set; }
public:
property PathString LogoutPath {
    PathString get();
    void set(PathString value);
}
member LogoutPath : PathString with get, set
Public Property LogoutPath As PathString

Property Value

Type: Microsoft.Owin.PathString

Returns PathString.

See Also

CookieAuthenticationOptions Class
Microsoft.Owin.Security.Cookies Namespace

Return to top