CookieHandlerElement.Domain 屬性

定義

取得或設定處理常式所寫入的 cookie 的網域值。

public:
 property System::String ^ Domain { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("domain", IsRequired=false)]
public string Domain { get; set; }
[<System.Configuration.ConfigurationProperty("domain", IsRequired=false)>]
member this.Domain : string with get, set
Public Property Domain As String

屬性值

網域值。 預設為空字串。

屬性

備註

表示 domaincookieHandler> 項目的 屬性<

適用於

另請參閱