Partage via


HttpBindingBaseElement.AllowCookies Propriété

Définition

Obtient ou définit une valeur qui indique si le client accepte les 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

Valeur de propriété

true si le client accepte les cookies ; sinon, false.

Attributs

S’applique à