In my c#.net MVC application i would like to display checkbox list for Enum types. I have an enum type [Flags] public enum ModeType { Undefined = 0, Read= ...
確定! 回上一頁