MarkdownWriter.WriteBlockquote Method

Namespace
Kampute.DocToolkit.IO.Writers
Assembly
  • Kampute.DocToolkit.dll

Definition

Writes a blockquote using the provided delegate to write the content.
public override void WriteBlockquote(Action<MarkupWriter> contentHandler)

Parameters

contentHandler Action<MarkupWriter>
The action to write the content of the blockquote.

Exceptions

ArgumentNullException
Thrown when contentHandler is null.