I've just downloaded VS 2013 because its new native support to the Bootstrap framework.
I create my forms, but they look different to original bootstrap ones. Problem is that it seems as razor and its "EditorFor" method, is not adding the "form-control" class needed for bootstrap.
I could add it as an html parameter, but then I would have to do that for each and every text field in my site.
How can I fix/modify Razor for it to automatically add this class for this objects?
EditorForit would add unwanted classes to controls if you weren't using bootstrap.