placeholder di bidang input MVC

 @Html.TextBoxFor(m => m.UserName, new { @class = "form-control",@placeholder = "Name"  })  
Cheerful Cat