ParameterBindingInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encapsulates information for binding action-method parameters to a data model.
public abstract class ParameterBindingInfo
type ParameterBindingInfo = class
Public MustInherit Class ParameterBindingInfo
- Inheritance
-
ParameterBindingInfo
Constructors
ParameterBindingInfo() |
Initializes a new instance of the ParameterBindingInfo class. |
Properties
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. |