SelectList Constructor (IEnumerable, String, String)
Visual Studio 2010
Initializes a new instance of the SelectList class by using the specified items for the list, the data value field, and the data text field.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- items
- Type: System.Collections.IEnumerable
The items.
- dataValueField
- Type: System.String
The data value field.
- dataTextField
- Type: System.String
The data text field.
Community Additions
ADD
Show: