Class BundleFile
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bundling.Abstractions.dll
Syntax
public class BundleFile : IEquatable<BundleFile>, IComparable<BundleFile>
Constructors
BundleFile(string)
Declaration
public BundleFile(string fileName)
Parameters
Type |
Name |
Description |
string |
fileName |
|
BundleFile(string, bool)
Declaration
public BundleFile(string fileName, bool isExternalFile)
Parameters
Type |
Name |
Description |
string |
fileName |
|
bool |
isExternalFile |
|
Properties
FileName
Declaration
public string FileName { get; }
Property Value
IsExternalFile
Declaration
public bool IsExternalFile { get; }
Property Value
Methods
CompareTo(BundleFile?)
Declaration
public int CompareTo(BundleFile? other)
Parameters
Returns
Equals(object?)
Declaration
public override bool Equals(object? obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
Equals(BundleFile?)
Declaration
public bool Equals(BundleFile? other)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Operators
implicit operator BundleFile(string)
Declaration
public static implicit operator BundleFile(string fileName)
Parameters
Type |
Name |
Description |
string |
fileName |
|
Returns
Implements
Extension Methods