ModelBinderAttribute Constructor

Visual Studio 2010

Initializes a new instance of the ModelBinderAttribute class.

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

'Declaration
Public Sub New ( _
	binderType As Type _
)

Parameters

binderType
Type: System.Type
The type of the binder.

ExceptionCondition
ArgumentNullException

The binderType parameter is Nothing.

Community Additions

ADD
Show: