2 references to DropDownListFor
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
Rendering\HtmlHelperDropDownListExtensionsTest.cs (2)
161var dropDownListForResult = helper.DropDownListFor(m => m.Property1, selectList: null); 187var dropDownListForResult = helper.DropDownListFor(m => m.Property2, selectList);