ModelBinderProviderCollection Constructor

 

Initializes a new instance of the ModelBinderProviderCollection class.

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

NameDescription
System_CAPS_pubmethodModelBinderProviderCollection()

Initializes a new instance of the ModelBinderProviderCollection class.

System_CAPS_pubmethodModelBinderProviderCollection(IList(Of IModelBinderProvider))

Initializes a new instance of the ModelBinderProviderCollection class using a list of model binder providers.

Return to top

ModelBinderProviderCollection Constructor ()

Initializes a new instance of the ModelBinderProviderCollection class.

Public Sub New
Return to top

ModelBinderProviderCollection Constructor (IList(Of IModelBinderProvider))

Initializes a new instance of the ModelBinderProviderCollection class using a list of model binder providers.

Public Sub New (
	list As IList(Of IModelBinderProvider)
)

Parameters

list
Type: System.Collections.Generic.IList(Of IModelBinderProvider)

A list of model binder providers.

Return to top
Show: