Beispiel #1
0
 public void Clear()
 {
     root = new HtmlElement {
         Name = rootName
     };
 }