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