For fields in my ASP.NET MVC view that have been attributed as required, is there any way for the framework to render some sort of indicator automatically that the field is
I did that way because my required fields must be dynamic (defined in a configuration file)
Add at the end of your View: