Show / Hide Table of Contents

Class AddMemberModal

Inheritance
System.Object
IdentityPageModel
AddMemberModal
Namespace: Volo.Abp.Identity.Web.Pages.Identity.OrganizationUnits
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>
Back to top Powered by Volosoft