Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
public string CookiePath { get; set; }
public:
property String^ CookiePath {
String^ get();
void set(String^ value);
}
member CookiePath : string with get, set
Public Property CookiePath As String
Property Value
Type: System.String
Returns String.
See Also
CookieAuthenticationOptions Class
Microsoft.Owin.Security.Cookies Namespace
Return to top