.NET Framework Class Library
DefaultModelBinder Class
Provides a concrete implementation of a model binder.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
Visual Basic (Declaration)
Public Class DefaultModelBinder _ Implements IModelBinder
Visual Basic (Usage)
Dim instance As DefaultModelBinder
C#
public class DefaultModelBinder : IModelBinder
Visual C++
public ref class DefaultModelBinder : IModelBinder
Inheritance Hierarchy
System.Object
System.Web.Mvc.DefaultModelBinder
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.See Also