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

后端 未结 9 1583
南笙
南笙 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条回答
  •  -上瘾入骨i
    2020-12-28 09:38

    http://www.codeproject.com/Articles/38542/Include-Stylesheets-and-Scripts-From-A-WebControl-.aspx

    This article contains information about overriding HttpContext.Response.Filter which worked great for me.

提交回复
热议问题