Share via


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

'Declaration
Public Property LogoutPath As PathString 
    Get 
    Set
'Usage
Dim instance As CookieAuthenticationOptions 
Dim value As PathString 

value = instance.LogoutPath

instance.LogoutPath = value
public PathString LogoutPath { get; set; }
public:
property PathString LogoutPath {
    PathString get ();
    void set (PathString value);
}
member LogoutPath : PathString with get, set
function get LogoutPath () : PathString 
function set LogoutPath (value : PathString)

Property Value

Type: Microsoft.Owin.PathString

See Also

Reference

CookieAuthenticationOptions Class

Microsoft.Owin.Security.Cookies Namespace