Sdílet prostřednictvím


HttpBindingBaseElement.AllowCookies Vlastnost

Definice

Získává nebo nastavuje hodnotu, která indikuje, jestli klient akceptuje soubory cookie.

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

Hodnota vlastnosti

Boolean

true Pokud klient akceptuje soubory cookie; v opačném případě false .

Atributy

Platí pro