5 references to SelectList
Microsoft.AspNetCore.Mvc.ViewFeatures (5)
Rendering\SelectList.cs (4)
16
/// Initialize a new instance of <see cref="
SelectList
"/>.
26
/// Initialize a new instance of <see cref="
SelectList
"/>.
37
/// Initialize a new instance of <see cref="
SelectList
"/>.
49
/// Initialize a new instance of <see cref="
SelectList
"/>.
Rendering\SelectListItem.cs (1)
7
/// Represents an item in a <see cref="
SelectList
"/> or <see cref="MultiSelectList"/>.