Click or drag to resize
IFormComponentBinderPrebindComponentCollection Method
Binds a collection of form components specified components while omitting attribute and Validate(ValidationContext) validation.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
Task PrebindComponentCollection(
	IEnumerable<FormComponent> components,
	string prefix
)

Parameters

components
Type: System.Collections.GenericIEnumerableFormComponent
prefix
Type: SystemString

Return Value

Type: Task
See Also