Click or drag to resize
FormProvider Constructor
Initializes a new instance of the FormProvider class.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public FormProvider(
	IFormComponentDefinitionProvider formComponentDefinitionProvider,
	IFormComponentActivator formComponentActivator,
	IFormComponentPropertiesMapper formComponentPropertiesMapper
)

Parameters

formComponentDefinitionProvider
Type: Kentico.Forms.Web.MvcIFormComponentDefinitionProvider
Provider for registered form components retrieval.
formComponentActivator
Type: Kentico.Forms.Web.MvcIFormComponentActivator
Activator for form components.
formComponentPropertiesMapper
Type: Kentico.Forms.Web.MvcIFormComponentPropertiesMapper
Mapper for form component properties.
See Also