Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents a list that lets users select one item.
Inheritance Hierarchy
System.Object
System.Web.Mvc.MultiSelectList
System.Web.Mvc.SelectList
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Class SelectList _
Inherits MultiSelectList
public class SelectList : MultiSelectList
public ref class SelectList : public MultiSelectList
The SelectList type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SelectList(IEnumerable) | Initializes a new instance of the SelectList class by using the specified items for the list. |
![]() |
SelectList(IEnumerable, Object) | Initializes a new instance of the SelectList class by using the specified items for the list and a selected value. |
![]() |
SelectList(IEnumerable, String, String) | 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. |
![]() |
SelectList(IEnumerable, String, String, Object) | Initializes a new instance of the SelectList class by using the specified items for the list, the data value field, the data text field, and a selected value. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
DataTextField | Gets or sets the data text field. (Inherited from MultiSelectList.) |
![]() |
DataValueField | Gets or sets the data value field. (Inherited from MultiSelectList.) |
![]() |
Items | Gets or sets the items in the list. (Inherited from MultiSelectList.) |
![]() |
SelectedValue | Gets the list value that was selected by the user. |
![]() |
SelectedValues | Gets or sets the selected values. (Inherited from MultiSelectList.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetEnumerator | Returns an enumerator that can be used to iterate through the collection. (Inherited from MultiSelectList.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator | Returns an enumerator can be used to iterate through a collection. (Inherited from MultiSelectList.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.