FormBuilderModelBinder Class |
Namespace: Kentico.Forms.Web.Mvc
public class FormBuilderModelBinder : IModelBinder
The FormBuilderModelBinder type exposes the following members.
Name | Description | |
---|---|---|
FormBuilderModelBinder |
Initializes a new instance of the FormBuilderModelBinder class.
|
Name | Description | |
---|---|---|
BindModel |
Method called automatically when parameter is annotated with with type
set to this binder.
Performs validation of the model and in case of any errors populates the ModelState
of the controllerContext.
| |
GetDisplayedFormComponents |
Returns list of form components displayed by form.
|