Exemplo n.º 1
0
 public HtmlTag AddTag(HtmlTag tag)
 {
     AddFrag(tag);
     return(this);
 }