LinkInlineRenderer Class

This is a derived link inline renderer that converts reference links to images, conceptual topics, and code entity references to the form recognized by the build components.

Definition

Namespace: Sandcastle.Core.Markdown.Renderers
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.3.29.0
public sealed class LinkInlineRenderer : LinkInlineRenderer
Inheritance
Object    MarkdownObjectRendererHtmlRenderer, LinkInline    HtmlObjectRendererLinkInline    LinkInlineRenderer    LinkInlineRenderer

Constructors

LinkInlineRendererInitializes a new instance of the LinkInlineRenderer class

Properties

AutoRelNoFollow Gets or sets a value indicating whether to always add rel="nofollow" for links or not.
(Inherited from LinkInlineRenderer)
Obsolete
Rel Gets or sets the literal string in property rel for links
(Inherited from LinkInlineRenderer)
TryWriters Gets the optional writers attached to this instance.
(Inherited from MarkdownObjectRendererHtmlRenderer, LinkInline)

Methods

Accept
(Inherited from MarkdownObjectRendererHtmlRenderer, LinkInline)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)
Write
(Inherited from MarkdownObjectRendererHtmlRenderer, LinkInline)

See Also