Domain Detective

API Reference

Class

GoogleSearchItem

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Item returned by Google Custom Search.

Inheritance

  • Object
  • GoogleSearchItem

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public GoogleSearchItem() #

Properties

public String Title { get; set; } #
JsonPropertyName("title")

Result title.

public String Snippet { get; set; } #
JsonPropertyName("snippet")

Result snippet.

public String FormattedUrl { get; set; } #
JsonPropertyName("formattedUrl")

Formatted URL.

public String CacheId { get; set; } #
JsonPropertyName("cacheId")

Cache identifier.

public String HtmlTitle { get; set; } #
JsonPropertyName("htmlTitle")

Title with formatting.

public String HtmlSnippet { get; set; } #
JsonPropertyName("htmlSnippet")

Snippet with formatting.

{{ include "footer" }}