Show / Hide Table of Contents

Class Lock

Inheritance
System.Object
IdentityPageModel
Lock
Namespace: Volo.Abp.Identity.Web.Pages.Identity.Users
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class Lock : IdentityPageModel

Constructors

Lock(IIdentityUserAppService)

Declaration
public Lock(IIdentityUserAppService identityUserAppService)
Parameters
Type Name Description
IIdentityUserAppService identityUserAppService

Properties

IdentityUserAppService

Declaration
protected IIdentityUserAppService IdentityUserAppService { get; }
Property Value
Type Description
IIdentityUserAppService

LockInput

Declaration
[BindProperty]
public Lock.LockViewModel LockInput { get; set; }
Property Value
Type Description
Lock.LockViewModel

UserName

Declaration
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>
Back to top Powered by Volosoft