3 references to SelectList
HtmlGenerationWebSite (1)
Controllers\HtmlGeneration_HomeController.cs (1)
52
_productsListWithSelection = new
SelectList
(_products, "Number", "ProductName", 2);
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
Rendering\SelectList.cs (2)
31
:
this
(items, dataValueField: null, dataTextField: null, selectedValue: selectedValue)
43
:
this
(items, dataValueField, dataTextField, selectedValue: null)