Bootstrap FreeKB - MVC - DisplayFor HTML helper
MVC - DisplayFor HTML helper

Updated:   |  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 Buy Me A Coffee



Comments


Add a Comment


Please enter 973c6d in the box below so that we can be sure you are a human.