Show / Hide Table of Contents

Class AccountPageModel

Inheritance
object
AccountPageModel
AccessDeniedModel
BackToImpersonatorModel
ChangePasswordModel
ConfirmPhoneNumberModalModel
ConfirmUserModel
DelegatedImpersonateModel
EmailConfirmationModel
ForgotPasswordModel
ImpersonateTenantModel
ImpersonateUserModel
LinkLoggedModel
LinkLoginModel
LockedOut
LoggedOutModel
LoginModel
LoginWithRecoveryCode
LogoutModel
ManageModel
PasswordResetLinkSentModel
RegisterModel
ResetPasswordConfirmationModel
ResetPasswordModel
SecurityLogsModel
SendSecurityCodeModel
VerifySecurityCodeModel
GrantsModel
IndexModel
Namespace: Volo.Abp.Account.Public.Web.Pages.Account
Assembly: Volo.Abp.Account.Pro.Public.Web.dll
Syntax
public abstract class AccountPageModel : AbpPageModel

Constructors

AccountPageModel()

Declaration
protected AccountPageModel()

Properties

AccountAppService

Declaration
public IAccountAppService AccountAppService { get; set; }
Property Value
Type Description
IAccountAppService

ExceptionToErrorInfoConverter

Declaration
public IExceptionToErrorInfoConverter ExceptionToErrorInfoConverter { get; set; }
Property Value
Type Description
IExceptionToErrorInfoConverter

IdentityDynamicClaimsPrincipalContributorCache

Declaration
public IdentityDynamicClaimsPrincipalContributorCache IdentityDynamicClaimsPrincipalContributorCache { get; set; }
Property Value
Type Description
IdentityDynamicClaimsPrincipalContributorCache

IdentityLinkUserAppService

Declaration
public IIdentityLinkUserAppService IdentityLinkUserAppService { get; set; }
Property Value
Type Description
IIdentityLinkUserAppService

IdentityOptions

Declaration
public IOptions<IdentityOptions> IdentityOptions { get; set; }
Property Value
Type Description
IOptions<IdentityOptions>

IdentitySecurityLogManager

Declaration
public IdentitySecurityLogManager IdentitySecurityLogManager { get; set; }
Property Value
Type Description
IdentitySecurityLogManager

ReCaptchaOptions

Declaration
public IOptionsSnapshot<reCAPTCHAOptions> ReCaptchaOptions { get; set; }
Property Value
Type Description
IOptionsSnapshot<reCAPTCHAOptions>

SignInManager

Declaration
public AbpSignInManager SignInManager { get; set; }
Property Value
Type Description
AbpSignInManager

UserManager

Declaration
public IdentityUserManager UserManager { get; set; }
Property Value
Type Description
IdentityUserManager

Methods

CheckCurrentTenant(Guid?)

Declaration
protected virtual void CheckCurrentTenant(Guid? tenantId)
Parameters
Type Name Description
Guid? tenantId

CheckIdentityErrors(IdentityResult)

Declaration
protected virtual void CheckIdentityErrors(IdentityResult identityResult)
Parameters
Type Name Description
IdentityResult identityResult

CheckLocalLoginAsync()

Declaration
protected virtual Task<IActionResult> CheckLocalLoginAsync()
Returns
Type Description
Task<IActionResult>

GetLocalizeExceptionMessage(Exception)

Declaration
protected virtual string GetLocalizeExceptionMessage(Exception exception)
Parameters
Type Name Description
Exception exception
Returns
Type Description
string

IsValidReturnUrl(string)

Declaration
protected virtual bool IsValidReturnUrl(string returnUrl)
Parameters
Type Name Description
string returnUrl
Returns
Type Description
bool

StoreChangePasswordUser(IdentityUser)

Declaration
protected virtual Task StoreChangePasswordUser(IdentityUser user)
Parameters
Type Name Description
IdentityUser user
Returns
Type Description
Task

StoreConfirmUser(IdentityUser)

Declaration
protected virtual Task StoreConfirmUser(IdentityUser user)
Parameters
Type Name Description
IdentityUser user
Returns
Type Description
Task
In this article
Back to top Powered by Volosoft