Click or drag to resize
FormBuilderModelBinder Methods

The FormBuilderModelBinder type exposes the following members.

Methods
  NameDescription
Public methodBindModel
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.
Protected methodGetDisplayedFormComponents
Returns list of form components displayed by form.
Top
See Also