HttpBrowserCapabilities.Cookies Property

Definition

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

Property Value

true if the browser client supports cookies; otherwise, false. The default is false.

Applies to