ModelBinderConfig Class

 

Provides a container for model-binder configuration.

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

Inheritance Hierarchy

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

Syntax

public static class ModelBinderConfig
public ref class ModelBinderConfig abstract sealed 
[<AbstractClass>]
[<Sealed>]
type ModelBinderConfig = class end
Public NotInheritable Class ModelBinderConfig

Properties

Name Description
System_CAPS_pubpropertySystem_CAPS_static ResourceClassKey

Gets or sets the name of the resource file (class key) that contains localized string values.

System_CAPS_pubpropertySystem_CAPS_static TypeConversionErrorMessageProvider

Gets or sets the current provider for type-conversion error message.

System_CAPS_pubpropertySystem_CAPS_static ValueRequiredErrorMessageProvider

Gets or sets the current provider for value-required error messages.

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

System.Web.Http.ModelBinding Namespace

Return to top