Class NUglifyMinifierBase
Inheritance
object
NUglifyMinifierBase
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Minify.NUglify
Assembly: Volo.Abp.Minify.dll
Syntax
public abstract class NUglifyMinifierBase : IMinifier, ITransientDependency
Constructors
NUglifyMinifierBase()
Declaration
protected NUglifyMinifierBase()
Methods
Minify(string, string?, string?)
Declaration
public string Minify(string source, string? fileName = null, string? originalFileName = null)
Parameters
Type | Name | Description |
---|---|---|
string | source | |
string | fileName | |
string | originalFileName |
Returns
Type | Description |
---|---|
string |
UglifySource(string, string?)
Declaration
protected abstract UglifyResult UglifySource(string source, string? fileName)
Parameters
Type | Name | Description |
---|---|---|
string | source | |
string | fileName |
Returns
Type | Description |
---|---|
NUglify.UglifyResult |