CookieAuthenticationOptions.CookiePath Property

Determines the path used to create the cookie. The default value is "/" for highest browser compatability.

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

Syntax

'Declaration
Public Property CookiePath As String 
    Get 
    Set
'Usage
Dim instance As CookieAuthenticationOptions 
Dim value As String 

value = instance.CookiePath

instance.CookiePath = value
public string CookiePath { get; set; }
public:
property String^ CookiePath {
    String^ get ();
    void set (String^ value);
}
member CookiePath : string with get, set
function get CookiePath () : String 
function set CookiePath (value : String)

Property Value

Type: System.String
Returns String.

See Also

Reference

CookieAuthenticationOptions Class

Microsoft.Owin.Security.Cookies Namespace