IdentityRole 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
IdentityRole() |
初始化 IdentityRole 的新实例。 |
IdentityRole(String) |
初始化 IdentityRole 的新实例。 |
IdentityRole()
- Source:
- IdentityRole.cs
- Source:
- IdentityRole.cs
- Source:
- IdentityRole.cs
- Source:
- IdentityRole.cs
- Source:
- IdentityRole.cs
- Source:
- IdentityRole.cs
- Source:
- IdentityRole.cs
- Source:
- IdentityRole.cs
- Source:
- IdentityRole.cs
初始化 IdentityRole 的新实例。
public:
IdentityRole();
public IdentityRole ();
Public Sub New ()
注解
初始化 Id 属性以形成新的 GUID 字符串值。
适用于
IdentityRole(String)
- Source:
- IdentityRole.cs
- Source:
- IdentityRole.cs
- Source:
- IdentityRole.cs
- Source:
- IdentityRole.cs
- Source:
- IdentityRole.cs
- Source:
- IdentityRole.cs
- Source:
- IdentityRole.cs
- Source:
- IdentityRole.cs
- Source:
- IdentityRole.cs
初始化 IdentityRole 的新实例。
public:
IdentityRole(System::String ^ roleName);
public IdentityRole (string roleName);
new Microsoft.AspNetCore.Identity.IdentityRole : string -> Microsoft.AspNetCore.Identity.IdentityRole
Public Sub New (roleName As String)
参数
- roleName
- String
角色名称。
注解
初始化 Id 属性以形成新的 GUID 字符串值。