English 中文(简体)
在asp.net中借助谷歌搜索我的网站
原标题:search my site with the help of google in asp.net
  • 时间:2011-02-15 17:01:41
  •  标签:
  • asp.net

我想在谷歌的帮助下搜索我的网站。搜索结果将显示在我的页面上,不会显示任何与谷歌相关的图标,就好像用户会觉得搜索功能是内部的一样。我该如何在asp.net中实现。谢谢

问题回答

Ah, you are looking for Google Site Search. It provides custom branded, in-page results.

谷歌的免费、略微精简的版本也相当不错:谷歌自定义搜索

你可以使用谷歌搜索API来实现这一点。以下是一些示例,说明如何做到这一点:





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签