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

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

            return(formatHtml.Format());
        }