Class CreateModalModel
Inheritance
CreateModalModel
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class CreateModalModel : IdentityPageModel
Constructors
CreateModalModel(IIdentityClaimTypeAppService)
Declaration
public CreateModalModel(IIdentityClaimTypeAppService identityClaimTypeAppService)
Parameters
Properties
ClaimType
Declaration
[BindProperty]
public CreateModalModel.ClaimTypeInfoModel ClaimType { get; set; }
Property Value
IdentityClaimTypeAppService
Declaration
protected IIdentityClaimTypeAppService IdentityClaimTypeAppService { get; }
Property Value
Methods
OnGetAsync()
Declaration
public virtual Task<IActionResult> OnGetAsync()
Returns
OnPostAsync()
Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns