Class IndexModel
Inherited Members
Namespace: Volo.CmsKit.Pro.Admin.Web.Pages.CmsKit.Faqs
Assembly: Volo.CmsKit.Pro.Admin.Web.dll
Syntax
public class IndexModel : AdminPageModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
Constructors
IndexModel(IFaqSectionAdminAppService)
Declaration
public IndexModel(IFaqSectionAdminAppService faqSectionAdminAppService)
Parameters
| Type | Name | Description |
|---|---|---|
| IFaqSectionAdminAppService | faqSectionAdminAppService |
Properties
FaqSectionAdminAppService
Declaration
protected IFaqSectionAdminAppService FaqSectionAdminAppService { get; }
Property Value
| Type | Description |
|---|---|
| IFaqSectionAdminAppService |
GroupName
Declaration
[BindProperty(SupportsGet = true)]
public string GroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GroupNames
Declaration
public List<string> GroupNames { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |
Methods
OnGetAsync()
Declaration
public virtual Task OnGetAsync()
Returns
| Type | Description |
|---|---|
| Task |