Domain Detective

API Reference

Class

BingSearchWebPage

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Web page result returned by Bing search API.

Inheritance

  • Object
  • BingSearchWebPage

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 BingSearchWebPage() #

Properties

public String Name { get; set; } #
JsonPropertyName("name")

Result title.

public String Url { get; set; } #
JsonPropertyName("url")

Result URL.

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

Result snippet.

public String DateLastCrawled { get; set; } #
JsonPropertyName("dateLastCrawled")

Date last crawled.

public String Language { get; set; } #
JsonPropertyName("language")

Language code of the result.

public Nullable<Boolean> IsFamilyFriendly { get; set; } #
JsonPropertyName("isFamilyFriendly")

Indicates whether the result is family friendly.

{{ include "footer" }}