Show / Hide Table of Contents

Class ConfirmPhoneNumberModalModel

Inheritance
object
AccountPageModel
ConfirmPhoneNumberModalModel
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.Components.ProfileManagementGroup.PersonalInfo
Assembly: Volo.Abp.Account.Pro.Public.Web.dll
Syntax
public class ConfirmPhoneNumberModalModel : AccountPageModel

Constructors

ConfirmPhoneNumberModalModel(IAccountAppService)

Declaration
public ConfirmPhoneNumberModalModel(IAccountAppService accountAppService)
Parameters
Type Name Description
IAccountAppService accountAppService

Properties

PhoneConfirmationToken

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

Methods

OnGetAsync()

Declaration
public virtual Task OnGetAsync()
Returns
Type Description
Task

OnPostAsync()

Declaration
public virtual Task OnPostAsync()
Returns
Type Description
Task
In this article
Back to top Powered by Volosoft