Show / Hide Table of Contents

Class AccountPageModel

Inheritance
System.Object
AccountPageModel
ForgotPasswordModel
LoggedOutModel
LoginModel
LogoutModel
ManageModel
PasswordResetLinkSentModel
RegisterModel
ResetPasswordConfirmationModel
ResetPasswordModel
Namespace: Volo.Abp.Account.Web.Pages.Account
Assembly: Volo.Abp.Account.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

IdentitySecurityLogManager

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

SignInManager

Declaration
public SignInManager<IdentityUser> SignInManager { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Identity.SignInManager<IdentityUser>

UserManager

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

Methods

CheckCurrentTenant(Nullable<Guid>)

Declaration
protected virtual void CheckCurrentTenant(Guid? tenantId)
Parameters
Type Name Description
System.Nullable<System.Guid> tenantId

CheckIdentityErrors(IdentityResult)

Declaration
protected virtual void CheckIdentityErrors(IdentityResult identityResult)
Parameters
Type Name Description
Microsoft.AspNetCore.Identity.IdentityResult identityResult

GetAppHomeUrl()

Declaration
protected virtual string GetAppHomeUrl()
Returns
Type Description
System.String

GetRedirectUrl(String, String)

Declaration
protected virtual string GetRedirectUrl(string returnUrl, string returnUrlHash = null)
Parameters
Type Name Description
System.String returnUrl
System.String returnUrlHash
Returns
Type Description
System.String

NormalizeReturnUrl(String)

Declaration
protected virtual string NormalizeReturnUrl(string returnUrl)
Parameters
Type Name Description
System.String returnUrl
Returns
Type Description
System.String

RedirectSafely(String, String)

Declaration
protected virtual RedirectResult RedirectSafely(string returnUrl, string returnUrlHash = null)
Parameters
Type Name Description
System.String returnUrl
System.String returnUrlHash
Returns
Type Description
Microsoft.AspNetCore.Mvc.RedirectResult

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft