Class NUglifyJavascriptMinifier
Inheritance
System.Object
NUglifyJavascriptMinifier
Assembly: Volo.Abp.Minify.dll
Syntax
public class NUglifyJavascriptMinifier : NUglifyMinifierBase, ITransientDependency, IJavascriptMinifier, IMinifier
Methods
UglifySource(String, String)
Declaration
protected override UglifyResult UglifySource(string source, string fileName)
Parameters
Type |
Name |
Description |
System.String |
source |
|
System.String |
fileName |
|
Returns
Type |
Description |
UglifyResult |
|
Overrides
Implements
Extension Methods