MultiSelectList Constructor (IEnumerable, String, String)
Initializes a new instance of the MultiSelectList class by using the items to include in the list, the data value field, and the data text field.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
new : items:IEnumerable * dataValueField:string * dataTextField:string -> MultiSelectList
Parameters
- items
- Type: System.Collections.IEnumerable
The items.
- dataValueField
- Type: System.String
The data value field.
- dataTextField
- Type: System.String
The data text field.
| Exception | Condition |
|---|---|
| ArgumentNullException | The items parameter is a null reference (Nothing in Visual Basic). |
Show: