Skip to main content

BasicHtmlMinifier

Assembly: ServiceStack.dll​
View Source​
Declaration
public class BasicHtmlMinifier : ICompressor

Methods​

MinifyHtml(String)​

View Source​
Declaration
public static string MinifyHtml(string html)
Returns​

System.String

Parameters​
TypeName
System.Stringhtml

Compress(String)​

View Source​
Declaration
public string Compress(string html)
Returns​

System.String

Parameters​
TypeName
System.Stringhtml

Implements​