API Reference
Class
MarkdownNegotiationResult
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
- Property AgentReadinessAnalysis.Markdown
Constructors
public MarkdownNegotiationResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.