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)
87
var listBoxResult = helper.
ListBox
("Property2", selectList, new { Key = "Value", name = "CustomName" });
Rendering\HtmlHelperSelectTest.cs (12)
755
var html = helper.
ListBox
("Property1", selectList, htmlAttributes: null);
780
var html = helper.
ListBox
("Property1", selectList, htmlAttributes: null);
801
var html = helper.
ListBox
("Property1", selectList, htmlAttributes: null);
837
var html = helper.
ListBox
("Property1", SourcesSelectList, htmlAttributes: null);
875
var html = helper.
ListBox
("Property1", SourcesSelectList, htmlAttributes: null);
900
var html = helper.
ListBox
("Property1", SourcesSelectList, htmlAttributes: null);
928
var html = helper.
ListBox
("Property1", SourcesSelectList, htmlAttributes: null);
955
var html = helper.
ListBox
("Property1", SourcesSelectList, htmlAttributes: null);
971
var html = helper.
ListBox
("Property1", SourcesSelectList, htmlAttributes: null);
988
var html = helper.
ListBox
("Property1", SourcesSelectList, htmlAttributes: null);
1194
var html = helper.
ListBox
(expression: string.Empty, selectList: selectList, htmlAttributes: null);
1220
var html = helper.
ListBox
(expression: string.Empty, selectList: selectList, htmlAttributes: null);