Class BundleTagHelperFileItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
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 |
---|---|---|
System.String | file |
Properties
File
Declaration
public string File { get; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |
Overrides
System.Object.ToString()