7
Answers

How to apply style in MVC label?

Sandy

Sandy

7y
444
1
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 (7)