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 Task PrebindComponentCollection(
IEnumerable<FormComponent> components,
string prefix
)
Parameters
- components
- Type: System.Collections.GenericIEnumerableFormComponent
- prefix
- Type: SystemString
Return Value
Type:
TaskSee Also