Kennyshu's blogspot
.Net programming notes
2015/08/10
@Html.LabelFor /wo newline
Here is how to prevent @Html.LabelFor from rendering a new line:
@Html.LabelFor(m => m.Title, new { style = "display:inline" })
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment