1 implementation of ListBox
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelper.cs (1)
429
public IHtmlContent
ListBox
(string expression, IEnumerable<SelectListItem> selectList, object htmlAttributes)
2 references to ListBox
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
Rendering\HtmlHelperSelectExtensions.cs (2)
341
return htmlHelper.
ListBox
(expression, selectList: null, htmlAttributes: null);
375
return htmlHelper.
ListBox
(expression, selectList, htmlAttributes: null);