Closed ebadola closed 3 years ago
See https://github.com/Shazwazza/ClientDependency/wiki#rendering-cssjavascript-in-your-page
To render CSS is just:
@Html.RenderCssHere()
this render link
<link href="....css?cdv=1632393341" type="text/css" rel="stylesheet"/>
but I wand all content of CSS file, inside of style tag
<style>
all CSS goes here
</style>
Hi sorry I misunderstood. That is not a feature of this library.
I need Render CSS on the head section like this
I want to combine all CSS and get minified CSS in put inside style tag how can I do that