CookieTempDataProviderOptions.Domain Vlastnost
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Upozornění
This property is obsolete and will be removed in a future version. The recommended alternative is Cookie.Domain.
Tato vlastnost je zastaralá a v budoucí verzi bude odebrána. Doporučenou alternativou je .Cookie
Doména nastavená pro soubor cookie. Výchozí hodnota je null
.
public:
property System::String ^ Domain { System::String ^ get(); void set(System::String ^ value); };
public string Domain { get; set; }
[System.Obsolete("This property is obsolete and will be removed in a future version. The recommended alternative is Cookie.Domain.")]
public string Domain { get; set; }
member this.Domain : string with get, set
[<System.Obsolete("This property is obsolete and will be removed in a future version. The recommended alternative is Cookie.Domain.")>]
member this.Domain : string with get, set
Public Property Domain As String
Hodnota vlastnosti
- Atributy