Kennyshu's blogspot
.Net programming notes
2015/08/11
Add Tooltip to Html helpers
Use the "title" attribute to the html helper. For example:
@Html.CheckBoxFor(m => m.ForTest, new {
title = "測試"
})
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment