Aiwins.Rocket.AspNetCore.Mvc.UI.Packages.DatatablesNetBs4.DatatablesNetBs4StyleContributor.ConfigureBundle C# (CSharp) 메소드

ConfigureBundle() 공개 메소드

public ConfigureBundle ( BundleConfigurationContext context ) : void
context BundleConfigurationContext
리턴 void
        public override void ConfigureBundle(BundleConfigurationContext context)
        {
            context.Files.AddIfNotContains("/libs/datatables.net-bs4/css/dataTables.bootstrap4.css");
        }
    }
DatatablesNetBs4StyleContributor