Class CreateModalModel
Inheritance
System.Object
CreateModalModel
Assembly: Volo.Abp.Identity.Web.dll
Syntax
public class CreateModalModel : IdentityPageModel
Constructors
CreateModalModel(IIdentityRoleAppService)
Declaration
public CreateModalModel(IIdentityRoleAppService identityRoleAppService)
Parameters
| Type |
Name |
Description |
| IIdentityRoleAppService |
identityRoleAppService |
|
Properties
IdentityRoleAppService
Declaration
protected IIdentityRoleAppService IdentityRoleAppService { get; }
Property Value
| Type |
Description |
| IIdentityRoleAppService |
|
Role
Declaration
public CreateModalModel.RoleInfoModel Role { get; set; }
Property Value
Methods
OnGetAsync()
Declaration
public virtual Task<IActionResult> OnGetAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<IActionResult> |
|
OnPostAsync()
Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<IActionResult> |
|
Extension Methods