1 implementation of DropDownList
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelper.cs (1)
335
public IHtmlContent
DropDownList
(
6 references to DropDownList
Microsoft.AspNetCore.Mvc.ViewFeatures (6)
DefaultEditorTemplates.cs (1)
47
return htmlHelper.
DropDownList
(
Rendering\HtmlHelperSelectExtensions.cs (5)
41
return htmlHelper.
DropDownList
(expression, selectList: null, optionLabel: null, htmlAttributes: null);
78
return htmlHelper.
DropDownList
(
116
return htmlHelper.
DropDownList
(expression, selectList, optionLabel: null, htmlAttributes: null);
155
return htmlHelper.
DropDownList
(expression, selectList, optionLabel: null, htmlAttributes: htmlAttributes);
193
return htmlHelper.
DropDownList
(expression, selectList, optionLabel, htmlAttributes: null);