I know on the Razor View file, we can do something like this @Html.TextBox(\"username\", null, new { maxlength = 20, autocomplete = \"off\" })
However, I am hoping to c