Class CreateModalModel
Inheritance
CreateModalModel
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class CreateModalModel : IdentityPageModel
Constructors
CreateModalModel(IIdentityRoleAppService)
Declaration
public CreateModalModel(IIdentityRoleAppService identityRoleAppService)
Parameters
Properties
IdentityRoleAppService
Declaration
protected IIdentityRoleAppService IdentityRoleAppService { get; }
Property Value
Role
Declaration
[BindProperty]
public CreateModalModel.RoleInfoModel Role { get; set; }
Property Value
Methods
OnGetAsync()
Declaration
public virtual Task<IActionResult> OnGetAsync()
Returns
OnPostAsync()
Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns