Class ImpersonateTenantModal
Inherited Members
Namespace: Volo.Saas.Host.Pages.Saas.Host.Tenants
Assembly: Volo.Saas.Host.Web.dll
Syntax
public class ImpersonateTenantModal : SaasHostPageModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
Constructors
ImpersonateTenantModal()
Declaration
public ImpersonateTenantModal()
Fields
ReturnUrl
Declaration
public string ReturnUrl
Field Value
Type | Description |
---|---|
string |
Properties
DefaultAdminUserName
Declaration
public string DefaultAdminUserName { get; set; }
Property Value
Type | Description |
---|---|
string |
TenantId
Declaration
public Guid TenantId { get; set; }
Property Value
Type | Description |
---|---|
Guid |
TenantName
Declaration
public string TenantName { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
OnGet(Guid, string)
Declaration
public void OnGet(Guid tenantId, string tenantName)
Parameters
Type | Name | Description |
---|---|---|
Guid | tenantId | |
string | tenantName |