Exemplo n.º 1
0
 public override IHtmlNode Execute(IHtmlNode node, XPathExpression[] ex)
 {
     return(node.GetElementById(Text));
 }