Code Inline Renderer 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
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.3.29.0
C#
public class CodeInlineRenderer : HtmlObjectRenderer<CodeInline>VB
Public Class CodeInlineRenderer
Inherits HtmlObjectRenderer(Of CodeInline)C++
public ref class CodeInlineRenderer : public HtmlObjectRenderer<CodeInline^>F#
type CodeInlineRenderer =
class
inherit HtmlObjectRenderer<CodeInline>
end- 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
| CodeInlineRenderer | Initializes 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) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns 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) |