Class BootstrapDaterangepickerScriptContributor
Inheritance
BootstrapDaterangepickerScriptContributor
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Packages.dll
Syntax
[DependsOn(new Type[] { typeof(JQueryScriptContributor) })]
[DependsOn(new Type[] { typeof(MomentScriptContributor) })]
public class BootstrapDaterangepickerScriptContributor : BundleContributor, IBundleContributor
Constructors
BootstrapDaterangepickerScriptContributor()
Declaration
public BootstrapDaterangepickerScriptContributor()
Fields
PackageName
Declaration
public const string PackageName = "bootstrap-daterangepicker"
Field Value
Methods
ConfigureBundle(BundleConfigurationContext)
Declaration
public override void ConfigureBundle(BundleConfigurationContext context)
Parameters
Overrides
Implements
Extension Methods