Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the SelectList class by using the specified items for the list.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Sub New ( _
items As IEnumerable _
)
public SelectList(
IEnumerable items
)
public:
SelectList(
IEnumerable^ items
)
Parameters
- items
Type: System.Collections.IEnumerable
The items.