Domain Detective

API Reference

Class

LinkHint

Namespace DomainDetective.WebStaticScanAnalysis
Assembly DomainDetective
Modifiers sealed

Provides link hint functionality.

Inheritance

  • Object
  • LinkHint

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

Properties

public String Rel { get; set; } #

Gets or sets the rel value.

public String Href { get; set; } #

Gets or sets the href value.

public String Host { get; set; } #

Gets or sets the host value.

public Boolean FirstParty { get; set; } #

Gets or sets the first party value.

{{ include "footer" }}