ParameterBindingInfo Class

Definition

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.

Applies to