7
Reply

How to apply style in MVC label?

Sandy

Sandy

Nov 9 2017 5:32 AM
401
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.

Upload Source Code  Select only zip and rar file.
Answers (7)