In my MVC 3 Razor app, I have a Model with an enum..
Model Example:
public class EmployeeModel { public enum Title { Accountant = 111, Sales =
An encapsulated HTML Helper Extension is available here :
http://www.spicelogic.com/Journal/ASP-NET-MVC-DropDownListFor-Html-Helper-Enum-5
the source code snapshot:
You can download the full source code of the project from the link.