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