Click or drag to resize
FormBuilderModelBinderGetDisplayedFormComponents Method
Returns list of form components displayed by form.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
protected List<FormComponent> GetDisplayedFormComponents(
	ModelBindingContext bindingContext,
	List<FormComponent> components
)

Parameters

bindingContext
Type: ModelBindingContext
Binding context.
components
Type: System.Collections.GenericListFormComponent
List of components visible in form.

Return Value

Type: ListFormComponent
See Also