AutoSuggestClientExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for AutoSuggestClient.
public static class AutoSuggestClientExtensions
type AutoSuggestClientExtensions = class
Public Module AutoSuggestClientExtensions
- Inheritance
-
AutoSuggestClientExtensions
Methods
AutoSuggestMethod(IAutoSuggestClient, String, String, String, String, String, String, String, String, String, String, String, IList<String>) |
The AutoSuggest API lets you send a search query to Bing and get back a list of suggestions. This section provides technical details about the query parameters and headers that you use to request suggestions and the JSON response objects that contain them. |
AutoSuggestMethodAsync(IAutoSuggestClient, String, String, String, String, String, String, String, String, String, String, String, IList<String>, CancellationToken) |
The AutoSuggest API lets you send a search query to Bing and get back a list of suggestions. This section provides technical details about the query parameters and headers that you use to request suggestions and the JSON response objects that contain them. |
Applies to
Azure SDK for .NET