Table of Contents

Class ModelBinderProviders

Namespace
System.Web.Mvc
Assembly
System.Web.Mvc.dll

Provides a container for model binder providers.

public static class ModelBinderProviders
Inheritance
ModelBinderProviders
Inherited Members

Properties

BinderProviders

Provides a registration point for model binder providers for applications that do not use dependency injection.

public static ModelBinderProviderCollection BinderProviders { get; }

Property Value

ModelBinderProviderCollection

The model binder provider collection.