Implemented interface member:
method
GetEnumSelectList
Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper.GetEnumSelectList(System.Type)
5 references to GetEnumSelectList
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (5)
Rendering\HtmlHelperSelectTest.cs (5)
1351() => htmlHelper.GetEnumSelectList(typeof(EnumWithFlags)), 1365() => htmlHelper.GetEnumSelectList(typeof(StructWithFields)), 1379() => htmlHelper.GetEnumSelectList(typeof(ClassWithFields)), 1393var result = htmlHelper.GetEnumSelectList(typeof(EnumWithFields)); 1498var result = htmlHelper.GetEnumSelectList(type);