Show / Hide Table of Contents

Class PageFeedbackPublicController

Inheritance
object
CmsKitProCommonController
PageFeedbackPublicController
Implements
IPageFeedbackPublicAppService
IApplicationService
IRemoteService
Namespace: Volo.CmsKit.Public.PageFeedbacks
Assembly: Volo.CmsKit.Pro.Common.HttpApi.dll
Syntax
[Area("cms-kit-pro-common")]
[Route("api/cms-kit-public/page-feedback")]
public class PageFeedbackPublicController : CmsKitProCommonController, IPageFeedbackPublicAppService, IApplicationService, IRemoteService

Constructors

PageFeedbackPublicController(IPageFeedbackPublicAppService)

Declaration
public PageFeedbackPublicController(IPageFeedbackPublicAppService pageFeedbackPublicAppService)
Parameters
Type Name Description
IPageFeedbackPublicAppService pageFeedbackPublicAppService

Properties

PageFeedbackPublicAppService

Declaration
protected virtual IPageFeedbackPublicAppService PageFeedbackPublicAppService { get; }
Property Value
Type Description
IPageFeedbackPublicAppService

Methods

CreateAsync(CreatePageFeedbackInput)

Declaration
[HttpPost]
public Task<PageFeedbackDto> CreateAsync(CreatePageFeedbackInput input)
Parameters
Type Name Description
CreatePageFeedbackInput input
Returns
Type Description
Task<PageFeedbackDto>

Implements

IPageFeedbackPublicAppService
Volo.Abp.Application.Services.IApplicationService
Volo.Abp.IRemoteService
In this article
Back to top Powered by Volosoft