Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
Syntax
'Declaration
Public Sub New ( _
items As IEnumerable, _
selectedValue As Object _
)
public SelectList(
IEnumerable items,
Object selectedValue
)
public:
SelectList(
IEnumerable^ items,
Object^ selectedValue
)
Parameters
- items
Type: System.Collections.IEnumerable
The items.
- selectedValue
Type: System.Object
The selected value.