A link reference definition (Section 4.7 CommonMark specs)
public class LinkReferenceDefinition : LeafBlock, IBlock, IMarkdownObject
kind:method, kind:property, kind:ctor. Press Esc to clear.LinkReferenceDefinition()Initializes a new instance of the LinkReferenceDefinition class.LinkReferenceDefinition(String?, String?, String?)Initializes a new instance of the LinkReferenceDefinition class.CreateLinkInlineGets or sets the create link inline callback for this instance.LabelGets or sets the label. Text is normalized according to spec.LabelWithTriviaNon-normalized Label (includes trivia) Trivia: only parsed when TrackTrivia is enabled, otherwise Empty.TitleGets or sets the title.TitleEnclosingCharacterGets or sets the character the Title is enclosed in. Trivia: only parsed when TrackTrivia is enabled, otherwise \0.TriviaBeforeTitlegets or sets the whitespace before a Title. Trivia: only parsed when TrackTrivia is enabled, otherwise Empty.TriviaBeforeUrlWhitespace before the Url. Trivia: only parsed when TrackTrivia is enabled, otherwise Empty.UnescapedTitleNon-normalized Title. Trivia: only parsed when TrackTrivia is enabled, otherwise Empty.UnescapedUrlNon-normalized Url. Trivia: only parsed when TrackTrivia is enabled, otherwise Empty.UrlGets or sets the URL.UrlHasPointyBracketsTrue when the Url is enclosed in point brackets in the source document. Trivia: only parsed when TrackTrivia is enabled, otherwise false.TryParse<T>(ref T, out LinkReferenceDefinition?)Tries to the parse the specified text into a definition.TryParseTrivia<T>(ref T, out LinkReferenceDefinition?, out SourceSpan, out SourceSpan, out SourceSpan, out SourceSpan, out SourceSpan, out SourceSpan, out SourceSpan)Tries to the parse the specified text into a definition.