Is there a way to add CSS references to a page from a partial view, and have them render in the page\'s (as required by the HTML 4.01
You can use a HttpModule
to manipulate the response HTML and move any CSS/script references to the appropriate places. This isn't ideal, and I'm not sure of the performance implications, but it seems like the only way to resolve the issue without either (a) a javascript-based solution, or (b) working against MVC principles.