Exemple #1
0
 /// <summary>
 /// Adds CSS to the current httpcontext for bundling and minifying
 /// </summary>
 /// <param name="name">Unique name of the css file.</param>
 /// <param name="filePath">CSS file path which is inside wwwroot folder. Eg: "/css/foldername/index.css."</param>
 public void AddCSS(string name, string filePath)
 {
     _coreHelper.AddCSS(_httpContextAccessor, name, filePath);
 }