1 reference to DropDownList
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
Rendering\HtmlHelperDropDownListExtensionsTest.cs (1)
112
var dropDownListResult = helper.
DropDownList
("Property1", selectList, new { Key = "Value", name = "CustomName" });