Class BootstrapScriptContributor
Inheritance
BootstrapScriptContributor
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Packages.dll
Syntax
[DependsOn(new Type[] { typeof(JQueryScriptContributor) })]
public class BootstrapScriptContributor : BundleContributor, IBundleContributor
Constructors
BootstrapScriptContributor()
Declaration
public BootstrapScriptContributor()
Methods
ConfigureBundle(BundleConfigurationContext)
Declaration
public override void ConfigureBundle(BundleConfigurationContext context)
Parameters
Overrides
Implements
Extension Methods