I need to do a Helper where I pass an Enum and it mounts a DropDownList based on all Enum values, I tried to do it as follows:
C #:
public static HtmlString DropDownListEnumFor(this HtmlHelper htmlHelper, Type _enum, string name, int value)...
asked by
24.06.2016 / 12:46