Ejemplo n.º 1
0
 public HtmlTag WrapWith(HtmlTag wrapper)
 {
     wrapper.InsertFirst(this);
     return(wrapper);
 }