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 7838990 commit fc77850Copy full SHA for fc77850
dotnet/Search/BingCustomSearchv7.cs
@@ -22,7 +22,7 @@ static void Main(string[] args)
22
var customConfigId = "YOUR-CUSTOM-CONFIG-ID"; // you can also use "1"
23
var searchTerm = args.Length > 0 ? args[0]: "microsoft";
24
// </vars>
25
- // </url>
+ // <url>
26
// Use your Azure Bing Custom Search endpoint to create the full request URL.
27
var url = endpoint + "/search?" + "q=" + searchTerm + "&customconfig=" + customConfigId;
28
// </url>
@@ -81,5 +81,5 @@ public class OpenGraphImage
81
public int width { get; set; }
82
public int height { get; set; }
83
}
84
- // <repsonseClasses>
+ // </repsonseClasses>
85
0 commit comments