We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b898155 commit ccd0740Copy full SHA for ccd0740
dotnet/Search/BingNewsSearchv7.cs
@@ -8,6 +8,11 @@
8
using System.IO;
9
using System.Collections.Generic;
10
11
+/* This sample makes a call to the Bing News Search API with a query word and returns related news.
12
+ * Bing News Search API:
13
+ * https://dev.cognitive.microsoft.com/docs/services/e5e22123c5d24f1081f63af1548defa1/operations/56b449fbcf5ff81038d15cdf
14
+ */
15
+
16
namespace BingNewsSearch
17
{
18
class Program
0 commit comments