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
Type | Name |
---|---|
System.String | html |
Compress(String)
View Source
Declaration
public string Compress(string html)
Returns
System.String
Parameters
Type | Name |
---|---|
System.String | html |