共用方式為


Roles.Domain 屬性

定義

取得角色名稱 Cookie 的網域值。

public:
 static property System::String ^ Domain { System::String ^ get(); };
public static string Domain { get; }
static member Domain : string
Public Shared ReadOnly Property Domain As String

屬性值

角色名稱 Cookie 的 Domain

備註

Domain屬性值是使用 domainroleManager 組態項目的 屬性,在 ASP.NET 應用程式的組態中設定。

如果未在網域屬性的組態中指定任何值,則 Domain 屬性會 null 傳回 ,而角色名稱 Cookie 網域預設為 屬性的行為 HttpCookieDomain

適用於

另請參閱