You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Bing-News-Search/csharp.md
+32-32Lines changed: 32 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,44 +61,44 @@ struct SearchResult
61
61
62
62
## Create and handle a news search request
63
63
64
-
Create a method named `BingNewsSearch` to perform the call to the API, and set the return type to the `SearchResult` struct created previously. In the method, do the following steps:
64
+
1.Create a method named `BingNewsSearch()` to perform the call to the API, and set the return type to the `SearchResult` struct created previously. In the method, do the following steps:
65
65
66
-
1. Construct the URI for the search request. The `toSearch` search term must be formatted before it's appended to the string.
66
+
1. Construct the URI for the search request. The `toSearch` search term must be formatted before it's appended to the string.
0 commit comments