SelectList Constructor (IEnumerable, Object)

Initializes a new instance of the SelectList class by using the specified items for the list and a selected value.

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

public function SelectList(
	items : IEnumerable, 
	selectedValue : Object
)

Parameters

items
Type: System.Collections.IEnumerable

The items.

selectedValue
Type: System.Object

The selected value.

Show: