I am using System.Web.Optimization for Bundling and Minification in ASP.NET Web Form. Now I want to render all styles inline instead of refer into a single file after bundling.
Here I got a solution for ASP.NET MVC
https://codeshare.co.uk/blog/how-to-inline-css-and-javascript-bundles-in-mvc/
But I want to do it in Web Form.