@Html.TextBoxFor(m => m.ActionName, "", new {id="test" style="displayName:none"})第三个参数就是写一些attribute 用的,想用什么样式直接写到style中就可以了