System.Web.Mvc.AssetsHelper.AssetsHelper C# (CSharp) Method

AssetsHelper() public method

public AssetsHelper ( ) : System.Collections.Generic
return System.Collections.Generic
        public AssetsHelper()
        {
            Styles = new ItemRegistrar(ItemRegistrarFormatters.StyleFormat);
            Scripts = new ItemRegistrar(ItemRegistrarFormatters.ScriptFormat);
            InlineScripts = new ItemRegistrar(ItemRegistrarFormatters.InlineScripts);
            InlineStyles = new ItemRegistrar(ItemRegistrarFormatters.InlineStyles);
        }