ParameterBindingInfo Class
Encapsulates information for binding action-method parameters to a data model.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:
.jpeg?cs-save-lang=1&cs-lang=csharp)
.jpeg?cs-save-lang=1&cs-lang=csharp)
.jpeg?cs-save-lang=1&cs-lang=csharp)