ASP.net Scripts.RenderFormat() and Styles.RenderFormat() methods of ASP.NET web optimization framework The standard way to render a bundled script or css file is to use Render method of Scripts and Styles helper classes as follows in ASP.net MVC: For script @Scripts.Render("<Path to script bundle>") For CSS @Styles.Render("<Path to style bundle&