Alert Block Renderer 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
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.3.29.0
C#
public class AlertBlockRenderer : HtmlObjectRenderer<AlertBlock>VB
Public Class AlertBlockRenderer
Inherits HtmlObjectRenderer(Of AlertBlock)C++
public ref class AlertBlockRenderer : public HtmlObjectRenderer<AlertBlock^>F#
type AlertBlockRenderer =
class
inherit HtmlObjectRenderer<AlertBlock>
end- 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
| AlertBlockRenderer | Initializes 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) |
| 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, AlertBlock) |
Writes the specified Markdown object to the renderer.
(Overrides MarkdownObjectRenderer.Write(UTP, UTP)) |
| Write(RendererBase, MarkdownObject) | (Inherited from MarkdownObjectRendererHtmlRenderer, AlertBlock) |