Share via


CookieTempDataProviderOptions.Domain 屬性

定義

警告

This property is obsolete and will be removed in a future version. The recommended alternative is Cookie.Domain.

這個屬性已過時,未來版本將會移除。 建議的替代做法是在 上 Cookie

Cookie 上設定的網域。 預設值為 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

屬性值

屬性

適用於