Sandy

Sandy

  • 869
  • 818
  • 63.4k

How to apply style in MVC label?

Nov 9 2017 5:32 AM
I just want to apply style like "margin-top :10px" on LabelFor In MVC like below syntax.
 
@Html.LabelFor(m => m.UserName)
 
Any can suggest that how can I do this.

Answers (8)