如何在 asp.net MVC 的网站中集成 Bing 认知网络搜索 API
How to integrate Bing Cognitive Web Search API in website of asp.net MVC
我需要将 Bing 搜索 API 功能的代码升级到 asp.net MVC 中的认知 Bing 网络搜索 API
任何建议表示赞赏。
试试这个:小 Bing search api client in C# I wrote in accordance with the code sample on this page。我想它会对你有所帮助。
我可以通过以下链接实现这一目标。
https://xinyustudio.wordpress.com/2016/12/15/bing-search-in-c-a-step-by-step-walk-through-tutorial/
https://dev.cognitive.microsoft.com/docs/services/56b43f72cf5ff8098cef380a/operations/56b449fbcf5ff81038d15cdf
有 v7 Bing 网络搜索 API 的快速入门和教程。你可以在这里试试:https://docs.microsoft.com/en-us/azure/cognitive-services/bing-web-search/
我需要将 Bing 搜索 API 功能的代码升级到 asp.net MVC 中的认知 Bing 网络搜索 API 任何建议表示赞赏。
试试这个:小 Bing search api client in C# I wrote in accordance with the code sample on this page。我想它会对你有所帮助。
我可以通过以下链接实现这一目标。
https://xinyustudio.wordpress.com/2016/12/15/bing-search-in-c-a-step-by-step-walk-through-tutorial/ https://dev.cognitive.microsoft.com/docs/services/56b43f72cf5ff8098cef380a/operations/56b449fbcf5ff81038d15cdf
有 v7 Bing 网络搜索 API 的快速入门和教程。你可以在这里试试:https://docs.microsoft.com/en-us/azure/cognitive-services/bing-web-search/