Class ManageModel
Inheritance
System.Object
ManageModel
Assembly: Volo.Abp.Account.Web.dll
Syntax
public class ManageModel : AccountPageModel
Constructors
ManageModel(IOptions<ProfileManagementPageOptions>)
Declaration
public ManageModel(IOptions<ProfileManagementPageOptions> options)
Parameters
Properties
Options
Declaration
protected ProfileManagementPageOptions Options { get; }
Property Value
ProfileManagementPageCreationContext
Declaration
public ProfileManagementPageCreationContext ProfileManagementPageCreationContext { get; }
Property Value
ReturnUrl
Declaration
[HiddenInput]
[BindProperty(SupportsGet = true)]
public string ReturnUrl { get; set; }
Property Value
| Type |
Description |
| System.String |
|
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> |
|
Extension Methods