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

'Declaration
Public NotInheritable Class ModelBinders
public static class ModelBinders
public ref class ModelBinders abstract sealed

The ModelBinders type exposes the following members.

Properties

  Name Description
Public propertyStatic 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

System.Web.Mvc Namespace