kendo razor textbox code example
Example: kendo razor textbox
//Use the WithAttribute method:
HTML.KTextBox("name").WithAttribute("placeholder", "username").ToHtmlString();
//Use the WithAttribute method:
HTML.KTextBox("name").WithAttribute("placeholder", "username").ToHtmlString();