AlloyTemplates.Views.MasterPages.Root.OnInit C# (CSharp) Method

OnInit() protected method

protected OnInit ( System.EventArgs e ) : void
e System.EventArgs
return void
        protected override void OnInit(System.EventArgs e)
        {
            base.OnInit(e);

            Bundles.Controls.Add(new LiteralControl(System.Web.Optimization.Scripts.Render("~/bundles/js").ToHtmlString()));
            Bundles.Controls.Add(new LiteralControl(System.Web.Optimization.Styles.Render("~/bundles/css").ToHtmlString()));
        }
    }