CookieHandlerElement.Domain プロパティ

定義

ハンドラーが書き込むクッキーのドメイン値を取得または設定します。

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> 要素の属性を<表します。

適用対象

こちらもご覧ください