I have in my Model:
[Display(Name = \"Check to enter the Quantity of items\")] public bool IsLimitedQuantity { get; set; }
an
Using Html decode may help. MVC for security reasons encode all the values.
How to display HTML stored in a database from an ASP.NET MVC view?