It\'s possible to add a HTML title attribute to an input tag like so:
title
@Html.TextBoxFor(model => model.Name, new { title = \"Customer name\" }) >
@Model.Name