Ejemplo n.º 1
0
        //public void AddChild(string childName, string childText)
        //{
        //    HtmlElement element = new HtmlElement(childName, childText);
        //    root.Elements.Add(element);
        //}

        public override string ToString()
        {
            return(root.ToString());
        }
Ejemplo n.º 2
0
 public override string ToString() => Root.ToString();