Strong Like Bool
  • Home
Sign in Subscribe

nuget

A collection of 1 post
nuget

Enum Support in MVC 5.1

MVC 5.1 introduced some really great support for enums as announced in the MVC 5.1 release notes [http://www.asp.net/mvc/overview/releases/mvc51-release-notes#Enum]. Given the following enumeration and model class... public enum Heroes { Batman, Superman, WonderWoman } public class EnumSample { public Heroes Hero { get; set; } } using
20 Sep 2014 3 min read
Page 1 of 1
Strong Like Bool © 2025
Powered by Ghost