How can I include css files from an MVC partial control?

后端 未结 9 1616
南笙
南笙 2020-12-28 09:15

I\'m using ASP.NET MVC and I have a partial control that needs a particular CSS & JS file included. Is there a way to make the parent page render the script

9条回答
  •  没有蜡笔的小新
    2020-12-28 09:32

    Before the render partial line, call @import as follows: