Roles.Domain 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得角色名稱 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屬性值是使用 domain
roleManager 組態項目的 屬性,在 ASP.NET 應用程式的組態中設定。
如果未在網域屬性的組態中指定任何值,則 Domain 屬性會 null
傳回 ,而角色名稱 Cookie 網域預設為 屬性的行為 HttpCookieDomain 。