Domain Detective

API Reference

Class

AgentReadinessLinkRelation

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Parsed RFC 8288 Link header value.

Inheritance

  • Object
  • AgentReadinessLinkRelation

Usage

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

Constructors

public AgentReadinessLinkRelation() #

Properties

public String Relation { get; set; } #

Relation token.

public String Target { get; set; } #

Resolved target URL.

public String Type { get; set; } #

Optional media type.

public String SourceUrl { get; set; } #

Source URL where the Link header was observed.

public String Raw { get; set; } #

Raw link segment.

public Dictionary<String, String> Parameters { get; } #

Additional link parameters.

{{ include "footer" }}