ExtensibleModelBindingContext.ModelBinderProviders Property
Gets or sets a collection of model-binder providers
Namespace: Microsoft.Web.Mvc.ModelBinding
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
Syntax
public ModelBinderProviderCollection ModelBinderProviders { get; set; }
public:
property ModelBinderProviderCollection^ ModelBinderProviders {
ModelBinderProviderCollection^ get();
void set(ModelBinderProviderCollection^ value);
}
member ModelBinderProviders : ModelBinderProviderCollection with get, set
Public Property ModelBinderProviders As ModelBinderProviderCollection
Property Value
Type: Microsoft.Web.Mvc.ModelBinding.ModelBinderProviderCollection
The collection of model-binder providers. If the collection does not exist yet, a new collection of model-binder providers is created and returned.
See Also
ExtensibleModelBindingContext Class
Microsoft.Web.Mvc.ModelBinding Namespace
Return to top