ParameterBindingInfo Class
Encapsulates information for binding action-method parameters to a data model.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The ParameterBindingInfo type exposes the following members.
| Name | Description | |
|---|---|---|
|
ParameterBindingInfo | Initializes a new instance of the ParameterBindingInfo class. |
| Name | Description | |
|---|---|---|
|
Binder | Gets the model binder. |
|
Exclude | Gets a comma-delimited list of property names for which binding is disabled. |
|
Include | Gets a comma-delimited list of property names for which binding is enabled. |
|
Prefix | Gets the prefix to use when the MVC framework binds a value to an action parameter or to a model property. |