Class SharedThemeGlobalScriptContributor
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(JQueryScriptContributor), typeof(BootstrapScriptContributor), typeof(LodashScriptContributor), typeof(JQueryValidationUnobtrusiveScriptContributor), typeof(JQueryFormScriptContributor), typeof(Select2ScriptContributor), typeof(DatatablesNetBs5ScriptContributor), typeof(Sweetalert2ScriptContributor), typeof(ToastrScriptBundleContributor), typeof(MalihuCustomScrollbarPluginScriptBundleContributor), typeof(LuxonScriptContributor), typeof(TimeagoScriptContributor), typeof(BootstrapDatepickerScriptContributor), typeof(BootstrapDaterangepickerScriptContributor) })]
public class SharedThemeGlobalScriptContributor : BundleContributor, IBundleContributor
Constructors
SharedThemeGlobalScriptContributor()
Declaration
public SharedThemeGlobalScriptContributor()
Methods
ConfigureBundle(BundleConfigurationContext)
Declaration
public override void ConfigureBundle(BundleConfigurationContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| BundleConfigurationContext | context |