ArrayModelBinder<'TElement> Class

 

Maps a browser request to an array.

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

System.Object
  Microsoft.Web.Mvc.ModelBinding.CollectionModelBinder<'TElement>
    Microsoft.Web.Mvc.ModelBinding.ArrayModelBinder<'TElement>

type ArrayModelBinder<'TElement> = 
    class
        inherit CollectionModelBinder<'TElement>
    end

Type Parameters

TElement

The type of the array.

NameDescription
System_CAPS_pubmethodArrayModelBinder<'TElement>()

Initializes a new instance of the ArrayModelBinder<'TElement> class.

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: