Class EditModalModel
Inherited Members
Namespace: Volo.Abp.Identity.Web.Pages.Identity.ClaimTypes
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class EditModalModel : IdentityPageModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
Constructors
EditModalModel(IIdentityClaimTypeAppService)
Declaration
public EditModalModel(IIdentityClaimTypeAppService identityClaimTypeAppService)
Parameters
| Type | Name | Description |
|---|---|---|
| IIdentityClaimTypeAppService | identityClaimTypeAppService |
Properties
ClaimType
Declaration
[BindProperty]
public EditModalModel.ClaimTypeInfoModel ClaimType { get; set; }
Property Value
| Type | Description |
|---|---|
| EditModalModel.ClaimTypeInfoModel |
IdentityClaimTypeAppService
Declaration
protected IIdentityClaimTypeAppService IdentityClaimTypeAppService { get; }
Property Value
| Type | Description |
|---|---|
| IIdentityClaimTypeAppService |
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> |