Show / Hide Table of Contents

Class LinkLoginModel

Inheritance
object
AccountPageModel
LinkLoginModel
IdentityServerLinkLoginModel
OpenIddictLinkLoginModel
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
Namespace: Volo.Abp.Account.Public.Web.Pages.Account
Assembly: Volo.Abp.Account.Pro.Public.Web.dll
Syntax
[Authorize]
[IgnoreAntiforgeryToken]
public class LinkLoginModel : AccountPageModel

Constructors

LinkLoginModel(ICurrentPrincipalAccessor, IOptions<AbpAccountOptions>, ITenantStore)

Declaration
public LinkLoginModel(ICurrentPrincipalAccessor currentPrincipalAccessor, IOptions<AbpAccountOptions> accountOptions, ITenantStore tenantStore)
Parameters
Type Name Description
ICurrentPrincipalAccessor currentPrincipalAccessor
IOptions<AbpAccountOptions> accountOptions
ITenantStore tenantStore

Properties

AccountOptions

Declaration
protected AbpAccountOptions AccountOptions { get; }
Property Value
Type Description
AbpAccountOptions

CurrentPrincipalAccessor

Declaration
protected ICurrentPrincipalAccessor CurrentPrincipalAccessor { get; }
Property Value
Type Description
ICurrentPrincipalAccessor

LinkLoginDomain

Declaration
public string LinkLoginDomain { get; set; }
Property Value
Type Description
string

ReturnUrl

Declaration
[HiddenInput]
[BindProperty(SupportsGet = true)]
public string ReturnUrl { get; set; }
Property Value
Type Description
string

ReturnUrlHash

Declaration
[HiddenInput]
[BindProperty(SupportsGet = true)]
public string ReturnUrlHash { get; set; }
Property Value
Type Description
string

SourceLinkTenantId

Declaration
[HiddenInput]
[BindProperty(SupportsGet = true)]
public Guid? SourceLinkTenantId { get; set; }
Property Value
Type Description
Guid?

SourceLinkToken

Declaration
[HiddenInput]
[BindProperty(SupportsGet = true)]
public string SourceLinkToken { get; set; }
Property Value
Type Description
string

SourceLinkUserId

Declaration
[HiddenInput]
[BindProperty(SupportsGet = true)]
public Guid SourceLinkUserId { get; set; }
Property Value
Type Description
Guid

TargetLinkTenantId

Declaration
[HiddenInput]
[BindProperty(SupportsGet = true)]
public Guid? TargetLinkTenantId { get; set; }
Property Value
Type Description
Guid?

TargetLinkUserId

Declaration
[HiddenInput]
[BindProperty(SupportsGet = true)]
public Guid TargetLinkUserId { get; set; }
Property Value
Type Description
Guid

TenantStore

Declaration
protected ITenantStore TenantStore { get; }
Property Value
Type Description
ITenantStore

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