Exemplo n.º 1
0
        public static String FormatHtml(String html, FormatSetting setting)
        {
            FormatHtml formatHtml = new FormatHtml(html, setting);

            return(formatHtml.Format());
        }
Exemplo n.º 2
0
        public static String FormatHtml(String html)
        {
            FormatHtml formatHtml = new FormatHtml(html);

            return(formatHtml.Format());
        }