Show / Hide Table of Contents

Class ManageModel

Inheritance
object
AccountPageModel
ManageModel
Inherited Members
AccountPageModel.CheckCurrentTenant(Guid?)
AccountPageModel.CheckIdentityErrors(IdentityResult)
AccountPageModel.GetLocalizeExceptionMessage(Exception)
AccountPageModel.StoreConfirmUser(IdentityUser)
AccountPageModel.StoreChangePasswordUser(IdentityUser)
AccountPageModel.CheckLocalLoginAsync()
AccountPageModel.IsValidReturnUrl(string)
AccountPageModel.AccountAppService
AccountPageModel.SignInManager
AccountPageModel.UserManager
AccountPageModel.IdentitySecurityLogManager
AccountPageModel.IdentityLinkUserAppService
AccountPageModel.IdentityOptions
AccountPageModel.ReCaptchaOptions
AccountPageModel.ExceptionToErrorInfoConverter
AccountPageModel.IdentityDynamicClaimsPrincipalContributorCache
Namespace: Volo.Abp.Account.Public.Web.Pages.Account
Assembly: Volo.Abp.Account.Pro.Public.Web.dll
Syntax
public class ManageModel : AccountPageModel

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
[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>
In this article
Back to top Powered by Volosoft