如何从Google Search API中排除子链接

时间:2014-08-11 11:22:22

标签: c# wpf google-search-api

您好我已经开发了一个应用程序,因为我必须传递一个关键字,它会给我一个来自Google的前20个链接,我已经使用了GoogleSearchApi。

我使用了以下的menioned代码

 GwebSearchClient client = new GwebSearchClient("Test");
IEnumerable<IWebResult> result = client.Search(keyword.Name.Trim(), 20, "", "", "", "English", "", "uk");

但是它也会给我一个子链接,它在Image {/ p>中的RED圈中受到委托

enter image description here

我不希望子链接可以请任何人帮助我吗?

我在IEnumerable结果中得到了结果

enter image description here

先谢谢

0 个答案:

没有答案