Show / Hide Table of Contents

Class SendSecurityCodeModel

Inheritance
object
AccountPageModel
SendSecurityCodeModel
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
public class SendSecurityCodeModel : AccountPageModel

Constructors

SendSecurityCodeModel()

Declaration
public SendSecurityCodeModel()

Properties

LinkTenantId

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

LinkToken

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

LinkUserId

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

Providers

Declaration
public List<SelectListItem> Providers { get; set; }
Property Value
Type Description
List<SelectListItem>

RememberMe

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

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

SelectedProvider

Declaration
[BindProperty]
public string SelectedProvider { get; set; }
Property Value
Type Description
string

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