Пример #1
0
 public IHtmlResult Select(string query)
 {
     return(new HtmlResultWrapper(_htmlResult.Select(query)));
 }