Class AddMemberModal
Inheritance
System.Object
AddMemberModal
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class AddMemberModal : IdentityPageModel
Properties
Id
Declaration
[BindProperty]
public Guid Id { get; set; }
Property Value
| Type |
Description |
| System.Guid |
|
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> |
|