本文介绍了asp.net中的站点搜索的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨..

我正在开发一个项目(asp.net C#),在该项目中我需要在网站内实施搜索,我也想根据它们的链接来检索搜索结果..

我已经看到了< a href ="http://www.codeproject.com/KB/applications/SearchDotnet.aspx"</a> [< a href =" target ="http://www.codeproject.com/KB/applications/SearchDotnet.aspx"</a>]

但这没有满足我的要求.

有人可以帮我吗?

Hi..

I am working on an project(asp.net C#) where i need to implement search within the website where i would like too retrieve the search results based on their links..

i have seen the article <a href="http://www.codeproject.com/KB/applications/SearchDotnet.aspx"></a>[<a href="" target="http://www.codeproject.com/KB/applications/SearchDotnet.aspx"></a>]

but it didnt fulfill my requirement..

Can anyone help me??

推荐答案


这篇关于asp.net中的站点搜索的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-15 07:21