Implemented interface member:
method
DropDownListFor<TResult>
Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<TModel>.DropDownListFor<TResult>(System.Linq.Expressions.Expression<System.Func<TModel, TResult>>, System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Mvc.Rendering.SelectListItem>, System.String, System.Object)
8 references to DropDownListFor
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (8)
Rendering\HtmlHelperSelectTest.cs (8)
603var html = helper.DropDownListFor( 627var html = helper.DropDownListFor( 651var html = helper.DropDownListFor( 676var html = helper.DropDownListFor( 704var html = helper.DropDownListFor( 731var html = helper.DropDownListFor(value => unrelated, selectList, optionLabel: null, htmlAttributes: null); 1149var html = helper.DropDownListFor(value => value, selectList, optionLabel: null, htmlAttributes: null); 1169var html = helper.DropDownListFor(value => value, selectList, optionLabel: null, htmlAttributes: null);