I'm designing an MVC site, and I've already got quite a few things in the Site.css
that only apply to one controller or even one page. I'd like to break this out into multiple css files and include them only when necessary, but how can I do this when all header information is in the Site.Master
.
Note: I still want to use master pages, I just want some header resources to be per page or per controller.