Class SetPassword
Inheritance
System.Object
SetPassword
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class SetPassword : IdentityPageModel
Constructors
SetPassword(IIdentityUserAppService)
Declaration
public SetPassword(IIdentityUserAppService identityUserAppService)
Parameters
| Type |
Name |
Description |
| IIdentityUserAppService |
identityUserAppService |
|
Properties
ChangePasswordInput
Declaration
[BindProperty]
public SetPassword.ChangeUserPasswordViewModel ChangePasswordInput { get; set; }
Property Value
IdentityUserAppService
Declaration
protected IIdentityUserAppService IdentityUserAppService { get; }
Property Value
| Type |
Description |
| IIdentityUserAppService |
|
UserName
Declaration
[BindProperty]
public string UserName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
OnGetAsync(Guid)
Declaration
public virtual Task OnGetAsync(Guid id)
Parameters
| Type |
Name |
Description |
| System.Guid |
id |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
OnPostAsync()
Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult> |
|