ModelBindingContext Constructor (ModelBindingContext)

Visual Studio 2010

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

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

'Declaration
Public Sub New ( _
	bindingContext As ModelBindingContext _
)

Parameters

bindingContext
Type: System.Web.Mvc.ModelBindingContext
The binding context.

Community Additions

ADD
Show: