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 | |
---|---|---|
![]() ![]() |
TypeConversionErrorMessageProvider | Gets or sets the current provider for type-conversion error message. |
![]() ![]() |
ValueRequiredErrorMessageProvider | Gets or sets the current provider for value-required error messages. |
Methods
Name | Description | |
---|---|---|
![]() ![]() |
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