ModelBinderConfig Class

 

Provides a container for model-binder configuration.

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

System.Object
  Microsoft.Web.Mvc.ModelBinding.ModelBinderConfig

[<AbstractClass>]
[<Sealed>]
type ModelBinderConfig = class end

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticTypeConversionErrorMessageProvider

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

System_CAPS_pubpropertySystem_CAPS_staticValueRequiredErrorMessageProvider

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticInitialize()

Initializes the model binder configuration.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: