This is the easiest way to add or change the attributes of TextBoxFor Html helper.
I was attempting to change the type from "text" to "email" so the IPhone would detect this field as an email adress.
<%: Html.TextBoxFor(model => Model.Genres, new { @Type="email" }) %>