Compartir a través de


HttpBindingBaseElement.AllowCookies Propiedad

Definición

Obtiene o establece un valor que indica si el cliente acepta cookies.

public:
 property bool AllowCookies { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("allowCookies", DefaultValue=false)]
public bool AllowCookies { get; set; }
[<System.Configuration.ConfigurationProperty("allowCookies", DefaultValue=false)>]
member this.AllowCookies : bool with get, set
Public Property AllowCookies As Boolean

Valor de propiedad

Boolean

true si el cliente acepta cookies; si no, false.

Atributos

Se aplica a