Class DeleteRoleModal
Inherited Members
Namespace: Volo.Abp.Identity.Web.Pages.Identity.Roles
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class DeleteRoleModal : IdentityPageModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
Constructors
DeleteRoleModal(IIdentityRoleAppService)
Declaration
public DeleteRoleModal(IIdentityRoleAppService identityRoleAppService)
Parameters
| Type | Name | Description |
|---|---|---|
| IIdentityRoleAppService | identityRoleAppService |
Properties
IdentityRoleAppService
Declaration
protected IIdentityRoleAppService IdentityRoleAppService { get; }
Property Value
| Type | Description |
|---|---|
| IIdentityRoleAppService |
Role
Declaration
[BindProperty]
public DeleteRoleModal.RoleInfoModel Role { get; set; }
Property Value
| Type | Description |
|---|---|
| DeleteRoleModal.RoleInfoModel |
Methods
OnGetAsync(Guid)
Declaration
public virtual Task OnGetAsync(Guid id)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | id |
Returns
| Type | Description |
|---|---|
| Task |
OnPostAsync()
Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
| Type | Description |
|---|---|
| Task<IActionResult> |