Class DeleteRoleModal
Inheritance
DeleteRoleModal
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class DeleteRoleModal : IdentityPageModel
Constructors
DeleteRoleModal(IIdentityRoleAppService)
Declaration
public DeleteRoleModal(IIdentityRoleAppService identityRoleAppService)
Parameters
Properties
IdentityRoleAppService
Declaration
protected IIdentityRoleAppService IdentityRoleAppService { get; }
Property Value
Role
Declaration
[BindProperty]
public DeleteRoleModal.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