c# - is it possible to display string through tooltip using a html.textareafor. -
i trying build view using mvc , using html.textareafor , wanna know if able use tooltip on html.textareafor before entering string.
html tooltips derived title
attribute, not? can add custom html attributes helpers:
@html.textareafor(model => model.somevalue, new { title = model.sometooltipvalue })
Comments
Post a Comment