Link Inline Renderer 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
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.3.29.0
C#
public sealed class LinkInlineRenderer : LinkInlineRendererVB
Public NotInheritable Class LinkInlineRenderer
Inherits LinkInlineRendererC++
public ref class LinkInlineRenderer sealed : public LinkInlineRendererF#
[<SealedAttribute>]
type LinkInlineRenderer =
class
inherit LinkInlineRenderer
end- Inheritance
- Object MarkdownObjectRendererHtmlRenderer, LinkInline HtmlObjectRendererLinkInline LinkInlineRenderer LinkInlineRenderer
Constructors
| LinkInlineRenderer | Initializes 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) |
| 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) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Write | (Inherited from MarkdownObjectRendererHtmlRenderer, LinkInline) |