In a .NET MVC4 project how does @Styles.Render works?
I mean, in @Styles.Render("~/Content/css") which file is it calling?
I dont have a file or a folder called "css" inside my Content folder.
|
In a I mean, in I dont have a file or a folder called "css" inside my |
|||||
|
|
It's calling the files included in that particular bundle which is declared inside the In that particular case The call to
|
||||
|
|
|
Watch out for case sensitivity. If you have a file
and you redirect in your Bundle.config to
it will not load the css. |
||||
|
|