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
@Html.TextBox("Address","",new { @class = "classname", autocomplete = "off" })