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 相關聯的網域。

適用於