HttpBindingBaseElement.AllowCookies Vlastnost

Definice

Získá nebo nastaví hodnotu, která označuje, zda klient přijímá 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

truepokud klient přijímá soubory cookie; v opačném případě . false

Atributy

Platí pro