Skip to content

Commit b898155

Browse files
authored
Minor
1 parent 43ae800 commit b898155

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dotnet/Search/BingAutosuggestv7.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
using System;
66
using System.Net.Http;
77

8+
/* This sample makes a call to the Bing Autosuggest API with a query word and returns autocomplete suggestions.
9+
* Bing Autosuggest API:
10+
* https://docs.microsoft.com/en-us/rest/api/cognitiveservices-bingsearch/bing-autosuggest-api-v7-reference
11+
*/
12+
813
namespace BingAutosuggest
914
{
1015
class Program

0 commit comments

Comments
 (0)