This topic has not yet been rated - Rate this topic

ParameterBindingInfo Class

Encapsulates information for binding action-method parameters to a data model.

System.Object
  System.Web.Mvc.ParameterBindingInfo

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public abstract class ParameterBindingInfo

The ParameterBindingInfo type exposes the following members.

  Name Description
Protected method ParameterBindingInfo Initializes a new instance of the ParameterBindingInfo class.
Top
  Name Description
Public property Binder Gets the model binder.
Public property Exclude Gets a comma-delimited list of property names for which binding is disabled.
Public property Include Gets a comma-delimited list of property names for which binding is enabled.
Public property Prefix Gets the prefix to use when the MVC framework binds a value to an action parameter or to a model property.
Top
  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)