2 implementations of DropDownList
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
6 references to DropDownList
Microsoft.AspNetCore.Mvc.ViewFeatures (6)
Rendering\HtmlHelperSelectExtensions.cs (5)
41return htmlHelper.DropDownList(expression, selectList: null, optionLabel: null, htmlAttributes: null);
78return htmlHelper.DropDownList(
116return htmlHelper.DropDownList(expression, selectList, optionLabel: null, htmlAttributes: null);
155return htmlHelper.DropDownList(expression, selectList, optionLabel: null, htmlAttributes: htmlAttributes);
193return htmlHelper.DropDownList(expression, selectList, optionLabel, htmlAttributes: null);