共用方式為


IdentityRole<TKey> 建構函式

定義

多載

IdentityRole<TKey>()

初始化 IdentityRole<TKey> 的新執行個體。

IdentityRole<TKey>(String)

初始化 IdentityRole<TKey> 的新執行個體。

IdentityRole<TKey>()

來源:
IdentityRole.cs
來源:
IdentityRole.cs
來源:
IdentityRole.cs
來源:
IdentityRole.cs
來源:
IdentityRole.cs
來源:
IdentityRole.cs
來源:
IdentityRole.cs
來源:
IdentityRole.cs
來源:
IdentityRole.cs

初始化 IdentityRole<TKey> 的新執行個體。

public:
 IdentityRole();
public IdentityRole ();
Public Sub New ()

適用於

IdentityRole<TKey>(String)

來源:
IdentityRole.cs
來源:
IdentityRole.cs
來源:
IdentityRole.cs
來源:
IdentityRole.cs
來源:
IdentityRole.cs
來源:
IdentityRole.cs
來源:
IdentityRole.cs
來源:
IdentityRole.cs
來源:
IdentityRole.cs

初始化 IdentityRole<TKey> 的新執行個體。

public:
 IdentityRole(System::String ^ roleName);
public IdentityRole (string roleName);
new Microsoft.AspNetCore.Identity.IdentityRole<'Key (requires 'Key :> IEquatable<'Key>)> : string -> Microsoft.AspNetCore.Identity.IdentityRole<'Key (requires 'Key :> IEquatable<'Key>)>
Public Sub New (roleName As String)

參數

roleName
String

角色名稱。

適用於