Class SaasLatestTenantsWidgetViewComponent
Inheritance
SaasLatestTenantsWidgetViewComponent
Assembly: Volo.Saas.Host.Web.dll
Syntax
[Widget(RequiredPolicies = new string[] { "Saas.Tenants" }, RefreshUrl = "SaasWidgets/LatestTenants")]
public class SaasLatestTenantsWidgetViewComponent : SaasHostViewComponent
Constructors
SaasLatestTenantsWidgetViewComponent(ITenantAppService)
Declaration
public SaasLatestTenantsWidgetViewComponent(ITenantAppService tenantAppService)
Parameters
Properties
TenantAppService
Declaration
protected ITenantAppService TenantAppService { get; }
Property Value
Methods
InvokeAsync()
Declaration
public virtual Task<IViewComponentResult> InvokeAsync()
Returns
Extension Methods