Dela via


AutoSuggestClientExtensions Class

Definition

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