Skip to content
Auto
Products

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 IMarkdownLinkTarget

Pass an instance to MarkdownText.Link(IMarkdownLinkTarget) instead of writing the anchor by hand.

Gets the identifier a link addresses, or null when the target carries none.

public virtual string AnchorId { get; }

string

Gets the text a link uses when the caller supplies none.

public virtual MarkdownText Text { get; }

MarkdownText