AlertBlockRenderer Class

A MAML renderer for AlertBlock elements.

Definition

Namespace: Sandcastle.Core.Markdown.Renderers
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.3.29.0
public class AlertBlockRenderer : HtmlObjectRenderer<AlertBlock>
Inheritance
Object    MarkdownObjectRendererHtmlRenderer, AlertBlock    HtmlObjectRendererAlertBlock    AlertBlockRenderer

Remarks

The MAML alert element is used as it allows definition of an optional title and we want the presentation style to render it's actual format.

Constructors

AlertBlockRendererInitializes a new instance of the AlertBlockRenderer class

Properties

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

Methods

Accept
(Inherited from MarkdownObjectRendererHtmlRenderer, AlertBlock)
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, AlertBlock) Writes the specified Markdown object to the renderer.
(Overrides MarkdownObjectRenderer.Write(UTP, UTP))
Write(RendererBase, MarkdownObject)
(Inherited from MarkdownObjectRendererHtmlRenderer, AlertBlock)

See Also