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
simply use asp-items="Html.GetEnumSelectList(typeof (State))" tag helper
asp-items="Html.GetEnumSelectList(typeof (State))"