Class Lock
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class Lock : IdentityPageModel
Constructors
Lock(IIdentityUserAppService)
Declaration
public Lock(IIdentityUserAppService identityUserAppService)
Parameters
Properties
IdentityUserAppService
Declaration
protected IIdentityUserAppService IdentityUserAppService { get; }
Property Value
LockInput
Declaration
[BindProperty]
public Lock.LockViewModel LockInput { get; set; }
Property Value
UserName
Declaration
public string UserName { get; set; }
Property Value
Methods
OnGetAsync(Guid)
Declaration
public virtual Task OnGetAsync(Guid id)
Parameters
Type |
Name |
Description |
Guid |
id |
|
Returns
OnPostAsync()
Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns