Class BundleTagHelperItem
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.Bundling.TagHelpers
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bundling.dll
Syntax
public abstract class BundleTagHelperItem
Constructors
BundleTagHelperItem()
Declaration
protected BundleTagHelperItem()
Methods
AddToConfiguration(BundleConfiguration)
Declaration
public abstract void AddToConfiguration(BundleConfiguration configuration)
Parameters
| Type | Name | Description |
|---|---|---|
| BundleConfiguration | configuration |