Table of Contents

Class ModelBinders

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

Provides global access to the model binders for the application.

public static class ModelBinders
Inheritance
ModelBinders
Inherited Members

Properties

Binders

Gets the model binders for the application.

public static ModelBinderDictionary Binders { get; }

Property Value

ModelBinderDictionary

The model binders for the application.