A Link inline (Section 6.5 CommonMark specs)
[DebuggerDisplay("Url: {Url} Title: {Title} Image: {IsImage}")]
public class LinkInline : ContainerInline, IInline, IMarkdownObject, IEnumerable<Inline>, IEnumerable
kind:method, kind:property, kind:ctor. Press Esc to clear.LinkInline()Initializes a new instance of the LinkInline class.LinkInline(String, String)Initializes a new instance of the LinkInline class.GetDynamicUrlGets or sets the GetDynamicUrl delegate. If this property is set, it is used instead of Url to get the Url from this instance.IsAutoLinkGets or sets a boolean indicating whether the inline link was parsed using markdown syntax or was automatic recognized.IsImageGets or sets a value indicating whether this instance is an image link.IsShortcutGets or sets a boolean indicating if this link is a shortcut link to a LinkReferenceDefinitionLabelGets or sets the label.LabelWithTriviaGets or sets the Label with trivia. Trivia: only parsed when TrackTrivia is enabled, otherwise Empty.LinkRefDefLabelGets or sets the label as matched against the LinkReferenceDefinition. Trivia: only parsed when TrackTrivia is enabled.LinkRefDefLabelWithTriviaGets or sets the LinkRefDefLabel with trivia as matched against the LinkReferenceDefinitionLocalLabelGets or sets the type of label parsed Trivia: only parsed when TrackTrivia is enabled, otherwise None.ReferenceGets or sets the reference this link is attached to. May be null.TitleGets or sets the title.TitleEnclosingCharacterGets or sets the character used to enclose the Title. Trivia: only parsed when TrackTrivia is enabled.TriviaAfterTitleGets or sets the trivia after the Title. Trivia: only parsed when TrackTrivia is enabled, otherwise Empty.TriviaAfterUrlAny trivia after the Url. Trivia: only parsed when TrackTrivia is enabled, otherwise Empty.TriviaBeforeUrlGets or sets the trivia before the Url. Trivia: only parsed when TrackTrivia is enabled, otherwise Empty.UnescapedTitleGets or sets the Title exactly as parsed from the source document including unescaped characters Trivia: only parsed when TrackTrivia is enabled, otherwise Empty.UnescapedUrlThe Url but with trivia and unescaped characters Trivia: only parsed when TrackTrivia is enabled, otherwise Empty.UrlGets or sets the URL.UrlHasPointyBracketsTrue if the Url in the source document is enclosed in pointy brackets. Trivia: only parsed when TrackTrivia is enabled, otherwise false.