It’s html title attribute:
<%=Html.ActionLink("New", "List", "FormSummary", new {childId = Child.Id},
new {Class = "action add", title="My Tooltip" })%>
It’s html title attribute:
<%=Html.ActionLink("New", "List", "FormSummary", new {childId = Child.Id},
new {Class = "action add", title="My Tooltip" })%>