Class ManageModel
Inherited Members
Namespace: Volo.Abp.Account.Web.Pages.Account
Assembly: Volo.Abp.Account.Web.dll
Syntax
public class ManageModel : AccountPageModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
Constructors
ManageModel(IOptions<ProfileManagementPageOptions>)
Declaration
public ManageModel(IOptions<ProfileManagementPageOptions> options)
Parameters
Type | Name | Description |
---|---|---|
IOptions<ProfileManagementPageOptions> | options |
Properties
Options
Declaration
protected ProfileManagementPageOptions Options { get; }
Property Value
Type | Description |
---|---|
ProfileManagementPageOptions |
ProfileManagementPageCreationContext
Declaration
public ProfileManagementPageCreationContext ProfileManagementPageCreationContext { get; }
Property Value
Type | Description |
---|---|
ProfileManagementPageCreationContext |
ReturnUrl
Declaration
[HiddenInput]
[BindProperty(SupportsGet = true)]
public string ReturnUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
OnGetAsync()
Declaration
public virtual Task<IActionResult> OnGetAsync()
Returns
Type | Description |
---|---|
Task<IActionResult> |
OnPostAsync()
Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
Type | Description |
---|---|
Task<IActionResult> |