1 type derived from MultiSelectList
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Rendering\SelectList.cs (1)
13
public class SelectList :
MultiSelectList
5 references to MultiSelectList
Microsoft.AspNetCore.Mvc.ViewFeatures (5)
Rendering\MultiSelectList.cs (4)
22
/// Initialize a new instance of <see cref="
MultiSelectList
"/>.
32
/// Initialize a new instance of <see cref="
MultiSelectList
"/>.
43
/// Initialize a new instance of <see cref="
MultiSelectList
"/>.
55
/// Initialize a new instance of <see cref="
MultiSelectList
"/>.
Rendering\SelectListItem.cs (1)
7
/// Represents an item in a <see cref="SelectList"/> or <see cref="
MultiSelectList
"/>.