I\'m porting an MVC5 app in Asp.net Core. I cannot find
@Html.EnumDropDownListFor()
was it deprecated and is there a substitute? Is there any doc
Or
@model Enum @Html.DropDownListFor(m => m, Html.GetEnumSelectList(typeof(Enum)))