Class SharedThemeGlobalStyleContributor
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Bundling
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
| Type | Name | Description |
|---|---|---|
| BundleConfigurationContext | context |