Show / Hide Table of Contents

Class LinkLoggedModel

Inheritance
object
AccountPageModel
LinkLoggedModel
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
[Authorize]
public class LinkLoggedModel : AccountPageModel

Constructors

LinkLoggedModel()

Declaration
public LinkLoggedModel()

Properties

IsSpaReturnUrl

Declaration
public bool IsSpaReturnUrl { get; set; }
Property Value
Type Description
bool

ReturnUrl

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

ReturnUrlHash

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

TargetLinkTenantAndUserName

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

TargetLinkTenantId

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

TargetLinkTenantName

Declaration
[HiddenInput]
public string TargetLinkTenantName { get; set; }
Property Value
Type Description
string

TargetLinkUserId

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

Methods

GetReturnUrl(string, string)

Declaration
public virtual string GetReturnUrl(string returnUrl, string returnUrlHash)
Parameters
Type Name Description
string returnUrl
string returnUrlHash
Returns
Type Description
string

GetSpaLinkLoginReturnUrl(string)

Declaration
public virtual string GetSpaLinkLoginReturnUrl(string returnUrl)
Parameters
Type Name Description
string returnUrl
Returns
Type Description
string

GetSpaReturnUrl(string)

Declaration
public virtual string GetSpaReturnUrl(string returnUrl)
Parameters
Type Name Description
string returnUrl
Returns
Type Description
string

OnGetAsync()

Declaration
public virtual Task<IActionResult> OnGetAsync()
Returns
Type Description
Task<IActionResult>

OnPostAsync()

Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
Type Description
Task<IActionResult>

RedirectToLoginPageAsync()

Declaration
protected virtual Task<IActionResult> RedirectToLoginPageAsync()
Returns
Type Description
Task<IActionResult>
In this article
Back to top Powered by Volosoft