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)),
1393
var result = htmlHelper.
GetEnumSelectList
(typeof(EnumWithFields));
1498
var result = htmlHelper.
GetEnumSelectList
(type);