Class CreateModalModel
Inheritance
System.Object
CreateModalModel
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class CreateModalModel : IdentityPageModel
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
IdentityClaimTypeAppService
Declaration
protected IIdentityClaimTypeAppService IdentityClaimTypeAppService { get; }
Property Value
| Type |
Description |
| IIdentityClaimTypeAppService |
|
Methods
OnGetAsync()
Declaration
public virtual Task<IActionResult> OnGetAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult> |
|
OnPostAsync()
Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult> |
|