Class SendSecurityCodeModel
Inheritance
SendSecurityCodeModel
Assembly: Volo.Abp.Account.Pro.Public.Web.dll
Syntax
public class SendSecurityCodeModel : AccountPageModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
Constructors
SendSecurityCodeModel()
Declaration
public SendSecurityCodeModel()
Properties
LinkTenantId
Declaration
[HiddenInput]
[BindProperty(SupportsGet = true)]
public Guid? LinkTenantId { get; set; }
Property Value
LinkToken
Declaration
[HiddenInput]
[BindProperty(SupportsGet = true)]
public string LinkToken { get; set; }
Property Value
LinkUserId
Declaration
[HiddenInput]
[BindProperty(SupportsGet = true)]
public Guid? LinkUserId { get; set; }
Property Value
Providers
Declaration
public List<SelectListItem> Providers { get; set; }
Property Value
RememberMe
Declaration
[HiddenInput]
[BindProperty(SupportsGet = true)]
public bool RememberMe { get; set; }
Property Value
ReturnUrl
Declaration
[HiddenInput]
[BindProperty(SupportsGet = true)]
public string ReturnUrl { get; set; }
Property Value
ReturnUrlHash
Declaration
[HiddenInput]
[BindProperty(SupportsGet = true)]
public string ReturnUrlHash { get; set; }
Property Value
SelectedProvider
Declaration
[BindProperty]
public string SelectedProvider { get; set; }
Property Value
Methods
OnGetAsync()
Declaration
[UnitOfWork]
public virtual Task<IActionResult> OnGetAsync()
Returns
OnPostAsync()
Declaration
[UnitOfWork]
public virtual Task<IActionResult> OnPostAsync()
Returns
Implements
Extension Methods