This topic has not yet been rated - Rate this topic

ModelBinderConfig Class

Provides a container for model-binder configuration.

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

Namespace:  System.Web.Http.ModelBinding
Assembly:  System.Web.Http (in System.Web.Http.dll)
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ModelBinderConfig =  class end

The ModelBinderConfig type exposes the following members.

  NameDescription
Public propertyStatic memberResourceClassKeyGets or sets the name of the resource file (class key) that contains localized string values.
Public propertyStatic memberTypeConversionErrorMessageProviderGets or sets the current provider for type-conversion error message.
Public propertyStatic memberValueRequiredErrorMessageProviderGets or sets the current provider for value-required error messages.
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.