Domain Detective

API Reference

Class

MarkdownNegotiationResult

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Markdown negotiation and alternate discovery result.

Inheritance

  • Object
  • MarkdownNegotiationResult

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

Properties

public String RequestedUrl { get; set; } #

Requested URL.

public Nullable<Int32> StatusCode { get; set; } #

Status code from the markdown request.

public String ContentType { get; set; } #

Content type returned by the markdown request.

public Boolean VaryAccept { get; set; } #

Whether the response varies by Accept header.

public Boolean DirectMarkdown { get; set; } #

True when direct negotiation returned markdown.

public String AlternateMarkdownUrl { get; set; } #

Discovered alternate markdown URL.

{{ include "footer" }}