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.
Gets or sets the cookie path.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public string Path { get; set; }
public:
property String^ Path {
String^ get();
void set(String^ value);
}
member Path : string with get, set
Public Property Path As String
Property Value
Type: System.String
The cookie path.
See Also
CookieOptions Class
Microsoft.Owin Namespace
Return to top