Kendo Razor Textbox
//Use the WithAttribute method:
HTML.KTextBox("name").WithAttribute("placeholder", "username").ToHtmlString();
Av3
//Use the WithAttribute method:
HTML.KTextBox("name").WithAttribute("placeholder", "username").ToHtmlString();