API Reference
Class
LinkInline
Hyperlink inline.
Inheritance
- MarkdownInline
- LinkInline
Constructors
public LinkInline(String text, String url, String title, String linkTarget = null, String linkRel = null) #Creates a hyperlink inline.
Parameters
- text System.String
- url System.String
- title System.String
- linkTarget System.String = null
- linkRel System.String = null
Inherited Methods
public Void Accept(MarkdownVisitor visitor) #Returns:
VoidInherited from MarkdownObject
Parameters
- visitor MarkdownVisitor
public IEnumerable<MarkdownObject> Ancestors() #Returns:
IEnumerable<MarkdownObject>Inherited from MarkdownObject
public IEnumerable<MarkdownObject> AncestorsAndSelf() #Returns:
IEnumerable<MarkdownObject>Inherited from MarkdownObject
public IEnumerable<TObject> DescendantObjectsOfType<TObject>() #Returns:
IEnumerable<TObject>Inherited from MarkdownObject
Type Parameters
- TObject
public IEnumerable<MarkdownObject> Descendants() #Returns:
IEnumerable<MarkdownObject>Inherited from MarkdownObject
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Title { get; } #Optional title shown as a tooltip in HTML.
public String LinkTarget { get; } #Optional HTML target attribute preserved from richer sources.
public String LinkRel { get; } #Optional HTML rel attribute preserved from richer sources.
public InlineSequence LabelInlines { get; } #Optional richer inline representation of the link label when the reader parsed nested formatting. When present, renderers and converters can preserve label formatting instead of flattening to plain text.
Inherited Properties
public MarkdownObject Parent { get; } #Inherited from MarkdownObject
public MarkdownDoc Document { get; } #Inherited from MarkdownObject
public MarkdownObject Root { get; } #Inherited from MarkdownObject
public Nullable<Int32> IndexInParent { get; } #Inherited from MarkdownObject
public MarkdownObject PreviousSibling { get; } #Inherited from MarkdownObject
public MarkdownObject NextSibling { get; } #Inherited from MarkdownObject
public Nullable<MarkdownSourceSpan> SourceSpan { get; set; } #Inherited from MarkdownObject
public IReadOnlyList<MarkdownObject> ChildObjects { get; } #Inherited from MarkdownObject