Click or drag to resize
FormComponentConfiguratorTFormComponentConfigure Method
Configures the form component.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public virtual void Configure(
	TFormComponent formComponent,
	IFormFieldValueProvider formFieldValueProvider
)

Parameters

formComponent
Type: TFormComponent
Form component to configure.
formFieldValueProvider
Type: Kentico.Forms.Web.MvcIFormFieldValueProvider
Provider of previous form field values.
See Also