IMarkdownLinkTarget
Namespace: TagBites.Text.Markdown
Assembly: TagBites.Text.Markdown.dll
Product: TagBites.Text.Markdown v. 2.2.0
An element a link points at, which is a header or the section that owns one.
public interface IMarkdownLinkTargetRemarks
Section titled “Remarks”Pass an instance to MarkdownText.Link(IMarkdownLinkTarget) instead of writing the anchor by hand.
Properties
Section titled “Properties”AnchorId
Section titled “AnchorId”Gets the identifier a link addresses, or null when the target carries none.
public virtual string AnchorId { get; }Property Value
Section titled “Property Value”Gets the text a link uses when the caller supplies none.
public virtual MarkdownText Text { get; }