I'm new to ASP.NET MVC and would like to know if there is any helper here that could help make a simple table? For example, I call @Html.DisplayTableFor(model)
and the helper takes all the properties of the model and displays them as an html table.
source
to share