The ASP.NET WebResource.axd Http Handler is used to serve resources embedded in DLL's.
The LINK html tag is automatically generated by ASP.NET.
I would like to intercept the generation of the LINK html tag for a certain set of embedded CSS from a third party DLL and add a media attribute.
**In summary:**
I would like to add a Media attribute to the LINK html tag for the ASP.NET WebResource.axd Http Handler.
So this:
Appears like this:
Cheers
以上就是How to add a media attribute to the CSS LINK html tag for the ASP.NET WebResource.axd Http Handler的详细内容,更多请关注web前端其它相关文章!