Class SharedThemeGlobalStyleContributor
Inheritance
SharedThemeGlobalStyleContributor
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.dll
Syntax
[DependsOn(new Type[] { typeof(CoreStyleContributor), typeof(BootstrapStyleContributor), typeof(FontAwesomeStyleContributor), typeof(ToastrStyleBundleContributor), typeof(Select2StyleContributor), typeof(MalihuCustomScrollbarPluginStyleBundleContributor), typeof(DatatablesNetBs5StyleContributor), typeof(BootstrapDatepickerStyleContributor), typeof(BootstrapDaterangepickerStyleContributor) })]
public class SharedThemeGlobalStyleContributor : BundleContributor, IBundleContributor
Constructors
SharedThemeGlobalStyleContributor()
Declaration
public SharedThemeGlobalStyleContributor()
Methods
ConfigureBundle(BundleConfigurationContext)
Declaration
public override void ConfigureBundle(BundleConfigurationContext context)
Parameters
Overrides
Implements
Extension Methods