共用方式為


RoleManagerSection.Domain 屬性

定義

取得或設定用於快取存放角色名稱的 Cookie 其關聯的網域名稱。

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

屬性值

String

快取存放角色名稱所使用之 Cookie 的 Domain。 預設為空字串 ("")。

屬性

備註

屬性 Domain 是使用 domain 組態專案的 屬性 roleManager ,在 ASP.NET 應用程式的組態中設定。 如果在 屬性的 domain 組態中未指定任何值,屬性會 Domain 傳回 null ,且角色名稱 Cookie 網域預設為 屬性的行為 Domain 。 預設為空字串。

適用於