16 Jan 2012 • less than a minute read
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