ModelBinderAttribute Constructor

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 _
)
'Usage
Dim binderType As Type 

Dim instance As New ModelBinderAttribute(binderType)

Parameters

binderType
Type: System.Type

The type of the binder.

ExceptionCondition
ArgumentNullException

The binderType parameter is Nothing.

Show: