MVC - DisplayFor HTML helper

by
Jeremy Canfield |
Updated: March 20 2020
| MVC articles
Add add background style to text:
<style>
.tags {
border: 1px solid #eeeeee;
border-radius: 4px;
background: #eeeeee;
padding: 2px;
}
</style>
<span class="background"> @Html.DisplayFor(model => model.column1)</span>
Did you find this article helpful?
If so, consider buying me a coffee over at