Class CreateModalModel
Inherited Members
Namespace: Volo.Abp.Identity.Web.Pages.Identity.Roles
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class CreateModalModel : IdentityPageModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
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
[BindProperty]
public CreateModalModel.RoleInfoModel Role { get; set; }
Property Value
Type | Description |
---|---|
CreateModalModel.RoleInfoModel |
Methods
OnGetAsync()
Declaration
public virtual Task<IActionResult> OnGetAsync()
Returns
Type | Description |
---|---|
Task<IActionResult> |
OnPostAsync()
Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
Type | Description |
---|---|
Task<IActionResult> |