Exemple #1
0
 public Dictionary <string, string> GetStlElements(string html, List <string> stlElementNames)
 {
     return(StlParserUtility.GetStlElements(html, stlElementNames));
 }