Share via


ModelBinderConfig Class

 

Provides a container for model-binder configuration.

Namespace:   Microsoft.Web.Mvc.ModelBinding
Assembly:  Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Web.Mvc.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 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.

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Initialize()

Initializes the model binder configuration.

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

Microsoft.Web.Mvc.ModelBinding Namespace

Return to top