Class SetPassword
Inherited Members
Namespace: Volo.Saas.Host.Pages.Saas.Host.Tenants
Assembly: Volo.Saas.Host.Web.dll
Syntax
public class SetPassword : SaasHostPageModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
Constructors
SetPassword(ITenantAppService)
Declaration
public SetPassword(ITenantAppService tenantAppService)
Parameters
Type | Name | Description |
---|---|---|
ITenantAppService | tenantAppService |
Properties
ChangePasswordInput
Declaration
[BindProperty]
public SetPassword.ChangeTenantPasswordViewModel ChangePasswordInput { get; set; }
Property Value
Type | Description |
---|---|
SetPassword.ChangeTenantPasswordViewModel |
TenantAppService
Declaration
public ITenantAppService TenantAppService { get; }
Property Value
Type | Description |
---|---|
ITenantAppService |
TenantName
Declaration
[BindProperty]
public string TenantName { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
OnGetAsync(Guid)
Declaration
public virtual Task OnGetAsync(Guid id)
Parameters
Type | Name | Description |
---|---|---|
Guid | id |
Returns
Type | Description |
---|---|
Task |
OnPostAsync()
Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
Type | Description |
---|---|
Task<IActionResult> |