how to change color for displayfor in mvc4 using razor viewVSvineet sharma12yAsked Apr 23, 2014, 8:03 AM4.7k.NEThow to change the color of displayfor in view page in mvc4 architecture using razor view in c#?thanks in advancecode @Html.LabelFor(model => model.address) @Html.EditorFor(model => model.address)
Replies
Know the answer? Post it — somebody with the same question will find it here.