How to get a UIHint attribute value from an MVC Razor view
The UIHint Attribute is a great way to pass metadata from a model to a view. I was looking around for a simple way to get the value of the attribute from my razor view. I could be missing something ob