Table of Contents

Class WebSearchSettings

public class WebSearchSettings
Inheritance
object
WebSearchSettings

Properties

Country

Name of country to prioritize search results from (e.g., "united states", "germany", "france").

public string Country { get; set; }

Property Value

string

ExcludeDomains

A list of domains to exclude from the search results.

public List<string> ExcludeDomains { get; set; }

Property Value

List<string>

IncludeDomains

A list of domains to include in the search results.

public List<string> IncludeDomains { get; set; }

Property Value

List<string>

IncludeImages

Whether to include images in the search results.

public bool? IncludeImages { get; set; }

Property Value

bool?