Class PageFeedbackViewComponent
Inheritance
PageFeedbackViewComponent
Assembly: Volo.CmsKit.Pro.Common.Web.dll
Syntax
[Widget(StyleFiles = new string[] { "/Pages/Public/Shared/Components/PageFeedbacks/Default.css" }, ScriptTypes = new Type[] { typeof(PageFeedbackWidgetScriptContributor) }, RefreshUrl = "/CmsKitProPublicWidgets/PageFeedback", AutoInitialize = true)]
[ViewComponent(Name = "CmsPageFeedback")]
public class PageFeedbackViewComponent : AbpViewComponent
Constructors
PageFeedbackViewComponent()
Declaration
public PageFeedbackViewComponent()
Methods
Invoke(string, string, string, string, string, string, bool, string, string, bool, string, string, string)
Declaration
public virtual IViewComponentResult Invoke(string entityType, string entityId = null, string yesButtonText = null, string noButtonText = null, string userNotePlaceholder = null, string submitButtonText = null, bool reverseButtons = false, string thankYouMessageDescription = null, string thankYouMessageTitle = null, bool headerVisible = true, string headerText = null, string veryHelpfulText = null, string needsImprovementText = null)
Parameters
Returns
Extension Methods