HttpBrowserCapabilities.Cookies Proprietà
Definizione
Ottiene un valore che indica se il browser client supporta i 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
Valore della proprietà
true
Se il client browser supporta i cookie; in caso contrario, false
.true
if the browser client supports cookies; otherwise, false
. Il valore predefinito è false
.The default is false
.