Table of Contents

Class LinkInfo

Namespace
Docfx.DataContracts.ManagedReference
Assembly
Docfx.Dotnet.dll
public class LinkInfo

Inheritance

Inherited Members

Properties

AltText

[YamlMember(Alias = "altText")]
[JsonProperty("altText")]
[JsonPropertyName("altText")]
public string AltText { get; set; }

Property Value

string

CommentId

[YamlMember(Alias = "commentId")]
[JsonProperty("commentId")]
[JsonPropertyName("commentId")]
[MergeOption(MergeOption.Ignore)]
public string CommentId { get; set; }

Property Value

string

LinkId

[YamlMember(Alias = "linkId")]
[MergeOption(MergeOption.MergeKey)]
[JsonProperty("linkId")]
[JsonPropertyName("linkId")]
public string LinkId { get; set; }

Property Value

string

LinkType

[YamlMember(Alias = "linkType")]
[JsonProperty("linkType")]
[JsonPropertyName("linkType")]
[MergeOption(MergeOption.Ignore)]
public LinkType LinkType { get; set; }

Property Value

LinkType