.NET Framework Class Library
DefaultModelBinder Constructor
Initializes a new instance of the DefaultModelBinder class.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
Visual Basic
Public Sub New
C#
public DefaultModelBinder()
Visual C++
public:
DefaultModelBinder()
See Also