ModelBinders Class (System.Web.Mvc)

Switch View :
ScriptFree
.NET Framework Class Library
ModelBinders Class

Provides global access to the model binders for the application.

Inheritance Hierarchy

System.Object
  System.Web.Mvc.ModelBinders

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

Visual Basic
Public NotInheritable Class ModelBinders
C#
public static class ModelBinders
Visual C++
public ref class ModelBinders abstract sealed

The ModelBinders type exposes the following members.

Properties

  Name Description
Public property Static member Binders Gets the model binders for the application.
Top
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

Reference