16 Jan 2012•less than a minute read•33814 views
Creating a dropdown list from an enum in MVC and C#
Creating a dropdown list from an enum in asp.net MVC is a common task. In this post I create a custom c# enum helper which allows for easy creation of a SelectList accounting for custom descriptions and selected values
#dropdownlist#enums#mvc4#select-list#generics#csharp