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