Show / Hide Table of Contents

Class PageFeedbackModalViewComponent

Inheritance
object
PageFeedbackModalViewComponent
Namespace: Volo.CmsKit.Pro.Web.Pages.Public.Shared.Components.PageFeedbacks
Assembly: Volo.CmsKit.Pro.Common.Web.dll
Syntax
[ViewComponent(Name = "CmsPageFeedbackModal")]
public class PageFeedbackModalViewComponent : AbpViewComponent

Constructors

PageFeedbackModalViewComponent()

Declaration
public PageFeedbackModalViewComponent()

Methods

Invoke(string, string, string, string, string, string, bool, string, string, bool, 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 modalId = "page-feedback-modal")
Parameters
Type Name Description
string entityType
string entityId
string yesButtonText
string noButtonText
string userNotePlaceholder
string submitButtonText
bool reverseButtons
string thankYouMessageDescription
string thankYouMessageTitle
bool headerVisible
string headerText
string modalId
Returns
Type Description
IViewComponentResult
In this article
Back to top Powered by Volosoft