CookieHandler.Path 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置处理程序编写的 Cookie 的虚拟路径。
public:
virtual property System::String ^ Path { System::String ^ get(); void set(System::String ^ value); };
public virtual string Path { get; set; }
member this.Path : string with get, set
Public Overridable Property Path As String
属性值
虚拟路径。 默认为 ASP.NET 应用程序的根。
例外
发生设置 null
或空值的尝试。
注解
此属性对应于 HttpCookie.Path 属性。
可以通过在配置中的 cookieHandler> 元素上<指定 path
属性来初始化 属性。