Beispiel #1
0
 public bool IsValidXHTML(string html, XHTMLValidationType type, out string exceptionMessage)
 {
     using (Class747 class2 = new Class747())
     {
         return(class2.imethod_3(html, type, out exceptionMessage));
     }
 }
Beispiel #2
0
 public bool IsValidXHTML(string html, XHTMLValidationType type)
 {
     using (Class747 class2 = new Class747())
     {
         return(class2.imethod_2(html, type));
     }
 }