Class AccountPageModel
Inheritance
System.Object
AccountPageModel
Assembly: Volo.Abp.Account.Web.dll
Syntax
public abstract class AccountPageModel : AbpPageModel
Constructors
AccountPageModel()
Declaration
protected AccountPageModel()
Properties
SignInManager
Declaration
public SignInManager<IdentityUser> SignInManager { get; set; }
Property Value
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 |
| 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 |
| RedirectResult |
|
Extension Methods