- Published on
- Authors
- koskila
How to get the Description for a property in ASP.NET MVC 5?
This post describes the easiest way to show description texts for properties in ASP.NET MVC 5. Sounds simple, right? We can use something like @Html.DescriptionFor(x => x.Property), right? Alas, it's not that straightforward....