| IFormComponentBinderPrebindComponentCollection Method | 
            Binds a collection of form components specified components while omitting 
            attribute and Validate(ValidationContext) validation.
            
 
Namespace: Kentico.Forms.Web.MvcAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
 Syntax
SyntaxTask PrebindComponentCollection(
	IEnumerable<FormComponent> components,
	string prefix
)
Parameters
- components
- Type: System.Collections.GenericIEnumerableFormComponent
 
- prefix
- Type: SystemString
 
Return Value
Type: 
Task See Also
See Also