GoogleSearchResult(String, String, String) Constructor

Initializes a new instance of the GoogleSearchResult class.

Definition

Namespace: DevCase.ThirdParty.Google.Search
Assembly: DevCase.net48.ThirdParty.GoogleServices (in DevCase.net48.ThirdParty.GoogleServices.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public GoogleSearchResult(
	string title,
	string url,
	string description
)

Parameters

title  String
The search result title.
url  String
The search result url.
description  String
The search result description.

See Also