CookieOptions.Domain 属性

定义

获取或设置将此 Cookie 与其关联的域。

public:
 property System::String ^ Domain { System::String ^ get(); void set(System::String ^ value); };
public string Domain { get; set; }
public string? Domain { get; set; }
member this.Domain : string with get, set
Public Property Domain As String

属性值

要与 Cookie 关联的域。

适用于