Class ScriptBundler
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.Scripts
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bundling.dll
Syntax
public class ScriptBundler : BundlerBase, ITransientDependency, IScriptBundler, IBundler
Constructors
ScriptBundler(IWebContentFileProvider, IJavascriptMinifier)
Declaration
public ScriptBundler(IWebContentFileProvider webContentFileProvider, IJavascriptMinifier minifier)
Parameters
Type | Name | Description |
---|---|---|
IWebContentFileProvider | webContentFileProvider | |
IJavascriptMinifier | minifier |
Properties
FileExtension
Declaration
public override string FileExtension { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
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