Class SendSecurityCodeModel
Inheritance
System.Object
SendSecurityCodeModel
Assembly: Volo.Abp.Account.Web.dll
Syntax
public class SendSecurityCodeModel : AccountPageModel
Properties
Providers
Declaration
public List<SelectListItem> Providers { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<SelectListItem> |
|
Methods
OnGetAsync()
Declaration
public virtual Task<IActionResult> OnGetAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<IActionResult> |
|
OnPostAsync()
Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<IActionResult> |
|
Extension Methods