Implemented interface member:
method
DropDownList
Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper.DropDownList(System.String, System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Mvc.Rendering.SelectListItem>, System.String, System.Object)
13 references to DropDownList
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (13)
Rendering\HtmlHelperSelectTest.cs (13)
334var html = helper.DropDownList("Property1", selectList, optionLabel: null, htmlAttributes: null); 358var html = helper.DropDownList("Property1", selectList: null, optionLabel: null, htmlAttributes: null); 380() => helper.DropDownList(null, selectList: null, optionLabel: null, htmlAttributes: null), 398var html = helper.DropDownList("Property1", selectList, optionLabel: null, htmlAttributes: null); 434var html = helper.DropDownList("Property1", SourcesSelectList, optionLabel: null, htmlAttributes: null); 472var html = helper.DropDownList("Property1", SourcesSelectList, optionLabel: null, htmlAttributes: null); 497var html = helper.DropDownList("Property1", SourcesSelectList, optionLabel: null, htmlAttributes: null); 525var html = helper.DropDownList("Property1", SourcesSelectList, optionLabel: null, htmlAttributes: null); 552var html = helper.DropDownList("Property1", SourcesSelectList, optionLabel: null, htmlAttributes: null); 568var html = helper.DropDownList("Property1", SourcesSelectList, optionLabel: null, htmlAttributes: null); 585var html = helper.DropDownList("Property1", SourcesSelectList, optionLabel: null, htmlAttributes: null); 1097var html = helper.DropDownList( 1125var html = helper.DropDownList(