Implemented interface member:
method
ListBox
Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper.ListBox(System.String, System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Mvc.Rendering.SelectListItem>, System.Object)
13 references to ListBox
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (13)
Rendering\HtmlHelperListBoxExtensionsTest.cs (1)
87var listBoxResult = helper.ListBox("Property2", selectList, new { Key = "Value", name = "CustomName" });
Rendering\HtmlHelperSelectTest.cs (12)
755var html = helper.ListBox("Property1", selectList, htmlAttributes: null); 780var html = helper.ListBox("Property1", selectList, htmlAttributes: null); 801var html = helper.ListBox("Property1", selectList, htmlAttributes: null); 837var html = helper.ListBox("Property1", SourcesSelectList, htmlAttributes: null); 875var html = helper.ListBox("Property1", SourcesSelectList, htmlAttributes: null); 900var html = helper.ListBox("Property1", SourcesSelectList, htmlAttributes: null); 928var html = helper.ListBox("Property1", SourcesSelectList, htmlAttributes: null); 955var html = helper.ListBox("Property1", SourcesSelectList, htmlAttributes: null); 971var html = helper.ListBox("Property1", SourcesSelectList, htmlAttributes: null); 988var html = helper.ListBox("Property1", SourcesSelectList, htmlAttributes: null); 1194var html = helper.ListBox(expression: string.Empty, selectList: selectList, htmlAttributes: null); 1220var html = helper.ListBox(expression: string.Empty, selectList: selectList, htmlAttributes: null);