ModelBindingContext Constructor

 

Initializes a new instance of the ModelBindingContext class.

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

NameDescription
System_CAPS_pubmethodModelBindingContext()

Initializes a new instance of the ModelBindingContext class.

System_CAPS_pubmethodModelBindingContext(ModelBindingContext)

Initializes a new instance of the ModelBindingContext class using the binding context.

Return to top

ModelBindingContext Constructor ()

Initializes a new instance of the ModelBindingContext class.

public ModelBindingContext()
Return to top

ModelBindingContext Constructor (ModelBindingContext)

Initializes a new instance of the ModelBindingContext class using the binding context.

public ModelBindingContext(
	ModelBindingContext bindingContext
)

Parameters

bindingContext
Type: System.Web.Mvc.ModelBindingContext

The binding context.

Return to top
Show: