ModelBinderConfig Class

Provides a container for model-binder configuration.

Inheritance Hierarchy

System.Object
  System.Web.Http.ModelBinding.ModelBinderConfig

Namespace:  System.Web.Http.ModelBinding
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

'Declaration
Public NotInheritable Class ModelBinderConfig
'Usage
public static class ModelBinderConfig
public ref class ModelBinderConfig abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ModelBinderConfig =  class end
public final class ModelBinderConfig

The ModelBinderConfig type exposes the following members.

Properties

  Name Description
Public propertyStatic member ResourceClassKey Gets or sets the name of the resource file (class key) that contains localized string values.
Public propertyStatic member TypeConversionErrorMessageProvider Gets or sets the current provider for type-conversion error message.
Public propertyStatic member ValueRequiredErrorMessageProvider Gets or sets the current provider for value-required error messages.

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.Http.ModelBinding Namespace