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> 元素的< 属性。

适用于

另请参阅