Class SetPassword
Assembly: Volo.Saas.Host.Web.dll
Syntax
public class SetPassword : SaasHostPageModel
Constructors
SetPassword(ITenantAppService)
Declaration
public SetPassword(ITenantAppService tenantAppService)
Parameters
Properties
ChangePasswordInput
Declaration
[BindProperty]
public SetPassword.ChangeTenantPasswordViewModel ChangePasswordInput { get; set; }
Property Value
TenantAppService
Declaration
public ITenantAppService TenantAppService { get; }
Property Value
TenantName
Declaration
[BindProperty]
public string TenantName { 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