Disable autocomplete on html helper textbox in MVC
问题 Ok, I would in normal asp.net use a theme to turn off autocomplete on all text boxes on an entire site. However i cannot do this on MVC because nothing in the theme .skin files seems to work. I have this in my .skin file: <asp:TextBox runat="server" autocomplete="off" /> however this does not render at all, of course because this is not how MVC works. Anyway is there any way i can get this sort of thing to work. The site i am trying to do it on is too big to warrant changing every textbox or