Class StyleBundler
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)
System.Object.ToString()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bundling.Styles
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bundling.dll
Syntax
public class StyleBundler : BundlerBase, ITransientDependency, IStyleBundler, IBundler
Constructors
StyleBundler(IWebContentFileProvider, ICssMinifier, IWebHostEnvironment)
Declaration
public StyleBundler(IWebContentFileProvider webContentFileProvider, ICssMinifier minifier, IWebHostEnvironment hostingEnvironment)
Parameters
Type | Name | Description |
---|---|---|
IWebContentFileProvider | webContentFileProvider | |
ICssMinifier | minifier | |
IWebHostEnvironment | hostingEnvironment |
Properties
FileExtension
Declaration
public override string FileExtension { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
GetAbsolutePath(String)
Declaration
public string GetAbsolutePath(string relativePath)
Parameters
Type | Name | Description |
---|---|---|
System.String | relativePath |
Returns
Type | Description |
---|---|
System.String |
ProcessBeforeAddingToTheBundle(IBundlerContext, String, String)
Declaration
protected override string ProcessBeforeAddingToTheBundle(IBundlerContext context, string filePath, string fileContent)
Parameters
Type | Name | Description |
---|---|---|
IBundlerContext | context | |
System.String | filePath | |
System.String | fileContent |
Returns
Type | Description |
---|---|
System.String |
Overrides
Implements
ITransientDependency