2 implementations of DropDownList
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelper.cs (1)
335public IHtmlContent DropDownList(
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
DefaultEditorTemplatesTest.cs (1)
1472public IHtmlContent DropDownList(
6 references to DropDownList
Microsoft.AspNetCore.Mvc.ViewFeatures (6)
DefaultEditorTemplates.cs (1)
46return htmlHelper.DropDownList(
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);