I have a site which uses the CSS Friendly Adapters for ASP.Net server controls.
Half of the site uses GridViews which have inline styling added to them. I do not want to change these controls and need them to work alongside the new pages until they can be re factored.
The other half of the site uses Bootstrap theming on the GridViews and as such the CSS friendly adapters are required.
Is there a way to target/ignore the Adapters in certain routes or directories?