I am looking to split my css into sections with my asp.net web pages project. I have a layout css file that is linked in the _siteLayout.cshtml file that covers all the css related to the layout but not anything in the @renderBody()

What I would like to do is have one css file per partial page. As an example for the default.cshtml file I would like it to have its own css file. Is this possible?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

Maybe my structuring of the question was wrong, but this answer is what I was looking for.

Webmatrix Layout -- Inserting into head?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.