How to conditionally add a bit of CSS to a page in ASP.NET MVC?
- by AngryHacker
I have a CSS stylesheet defined in the Master Page of my project. On one of the pages/views that inherits from the Master Page, I need to add another CSS stylesheet (I could also add it inline, though I'd rather not).
However, how to do this escapes me. Is this even possible?