API Reference
Class
AgentReadinessLinkRelation
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.
Returned or exposed by
- Property AgentReadinessAnalysis.LinkRelations
- Property AgentReadinessInfo.LinkRelations
Constructors
public AgentReadinessLinkRelation() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.