CookieAuthenticationOptions.CookiePath 属性

定义

确定用于创建 Cookie 的路径。 默认值为“/”,表示浏览器兼容性最高。

public:
 property System::String ^ CookiePath { System::String ^ get(); void set(System::String ^ value); };
public string CookiePath { get; set; }
member this.CookiePath : string with get, set
Public Property CookiePath As String

属性值

适用于