Class BundleTagHelperFileItem
Inherited Members
object.GetType()
object.MemberwiseClone()
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 class BundleTagHelperFileItem : BundleTagHelperItem
Constructors
BundleTagHelperFileItem(string)
Declaration
public BundleTagHelperFileItem(string file)
Parameters
| Type | Name | Description |
|---|---|---|
| string | file |
Properties
File
Declaration
public string File { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
AddToConfiguration(BundleConfiguration)
Declaration
public override void AddToConfiguration(BundleConfiguration configuration)
Parameters
| Type | Name | Description |
|---|---|---|
| BundleConfiguration | configuration |
Overrides
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |
Overrides
object.ToString()