HttpBrowserCapabilities.Cookies 属性
定义
获取一个值,该值指示客户端浏览器是否支持 Cookie。Gets a value indicating whether the client browser supports cookies.
public:
property bool Cookies { bool get(); };
public bool Cookies { get; }
member this.Cookies : bool
Public ReadOnly Property Cookies As Boolean
属性值
true 如果浏览器客户端支持 cookie,则为;否则为 false 。true if the browser client supports cookies; otherwise, false. 默认值为 false。The default is false.