ASP.NET MVC: Link to CSS stylesheet dynamically in master page?

I would use a ContentPlaceHolder in the tag ( http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.contentplaceholder.aspx ) for the master page and apply the data you want per the View you're showing.

I would have your view specific view models inherit from a common base view model, then have a property on this base view model that gets set in your controllers. Your masterpage can then set the correct css link dynamically without having to repeat code in a ContentPlaceHolder on every single view.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions