Click or drag to resize
IKenticoFormWidgetService Interface
Implement the logic for rendering the form widget.

Namespace: Kentico.Forms.Web.Mvc.Widgets.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public interface IKenticoFormWidgetService

The IKenticoFormWidgetService type exposes the following members.

Methods
  NameDescription
Public methodGetExistingBizFormItem
Gets the existing form item for current contact.
Public methodGetViewModel
Gets view model for rendering the form widget's partial view.
Top
See Also