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)

public:
ModelBinderAttribute(
	Type^ binderType
)

Parameters

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

ExceptionCondition
ArgumentNullException

The binderType parameter is nullptr.

Community Additions

ADD
Show: