Class TimeagoScriptContributor
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.Packages.Timeago
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Packages.dll
Syntax
[DependsOn(new Type[] { typeof(JQueryScriptContributor) })]
public class TimeagoScriptContributor : BundleContributor, IBundleContributor
Constructors
TimeagoScriptContributor()
Declaration
public TimeagoScriptContributor()
Fields
PackageName
Declaration
public const string PackageName = "jquery.timeago"
Field Value
| Type | Description |
|---|---|
| string |
Methods
ConfigureBundle(BundleConfigurationContext)
Declaration
public override void ConfigureBundle(BundleConfigurationContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| BundleConfigurationContext | context |
Overrides
ConfigureDynamicResources(BundleConfigurationContext)
Declaration
public override void ConfigureDynamicResources(BundleConfigurationContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| BundleConfigurationContext | context |