您好我已经开发了一个应用程序,因为我必须传递一个关键字,它会给我一个来自Google的前20个链接,我已经使用了GoogleSearchApi。
我使用了以下的menioned代码
GwebSearchClient client = new GwebSearchClient("Test");
IEnumerable<IWebResult> result = client.Search(keyword.Name.Trim(), 20, "", "", "", "English", "", "uk");
但是它也会给我一个子链接,它在Image {/ p>中的RED
圈中受到委托
我不希望子链接可以请任何人帮助我吗?
我在IEnumerable结果中得到了结果
先谢谢