CodeInlineRenderer Class

A MAML renderer for CodeInline elements.

Definition

Namespace: Sandcastle.Core.Markdown.Renderers
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.3.29.0
public class CodeInlineRenderer : HtmlObjectRenderer<CodeInline>
Inheritance
Object    MarkdownObjectRendererHtmlRenderer, CodeInline    HtmlObjectRendererCodeInline    CodeInlineRenderer

Remarks

The MAML codeInline element is used rather than the HTML code element as it conflicts with the MAML and XML comments code element used by the presentation styles to render code blocks.

Constructors

CodeInlineRendererInitializes a new instance of the CodeInlineRenderer class

Properties

TryWriters Gets the optional writers attached to this instance.
(Inherited from MarkdownObjectRendererHtmlRenderer, CodeInline)

Methods

Accept
(Inherited from MarkdownObjectRendererHtmlRenderer, CodeInline)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)
Write(HtmlRenderer, CodeInline) Writes the specified Markdown object to the renderer.
(Overrides MarkdownObjectRenderer.Write(UTP, UTP))
Write(RendererBase, MarkdownObject)
(Inherited from MarkdownObjectRendererHtmlRenderer, CodeInline)

See Also