ModelBinderProviders Class

Provides a container for model binder providers.

Inheritance Hierarchy

System.Object
  System.Web.Mvc.ModelBinderProviders

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

Syntax

'Declaration
Public NotInheritable Class ModelBinderProviders
'Usage
You do not need to declare an instance of a static class in order to access its members.
public static class ModelBinderProviders
public ref class ModelBinderProviders abstract sealed
public final class ModelBinderProviders

The ModelBinderProviders type exposes the following members.

Properties

  Name Description
Public propertyStatic member BinderProviders Provides a registration point for model binder providers for applications that do not use dependency injection.

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