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