Class IndexModel
Assembly: Volo.Saas.Host.Web.dll
Syntax
public class IndexModel : SaasHostPageModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
Constructors
IndexModel(ITenantAppService)
Declaration
public IndexModel(ITenantAppService tenantAppService)
Parameters
Properties
ActivationState
Declaration
[BindProperty(SupportsGet = true)]
public TenantActivationState? ActivationState { get; set; }
Property Value
EditionId
Declaration
[BindProperty(SupportsGet = true)]
public Guid? EditionId { get; set; }
Property Value
EditionsComboboxItems
Declaration
public List<SelectListItem> EditionsComboboxItems { get; set; }
Property Value
ExpirationDateMax
Declaration
[BindProperty(SupportsGet = true)]
public DateTime? ExpirationDateMax { get; set; }
Property Value
ExpirationDateMin
Declaration
[BindProperty(SupportsGet = true)]
public DateTime? ExpirationDateMin { get; set; }
Property Value
TenantAppService
Declaration
protected ITenantAppService TenantAppService { get; }
Property Value
Methods
OnGetAsync()
Declaration
public virtual Task<IActionResult> OnGetAsync()
Returns
OnPostAsync()
Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
Implements
Extension Methods