WebSearchOption Enumeration (Bing, Version 2.0)
Contains members that specify options for a request to the Web SourceType.
VB
Public Enum WebSearchOption
public enum WebSearchOption
Member name | Description |
---|---|
DisableHostCollapsing |
Specifying this option prevents Bing from suppressing more than two results from the same top-level URL for a request. |
DisableQueryAlterations |
Specifying this option prevents Bing from altering the query string. Such alteration may have been done in order to correct apparent spelling error in the original query string. |
Use DisableHostCollapsing when you want to ensure all results are returned.