HtmlWriter.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
contentHandlerAction<MarkupWriter>- The action to write the content of the blockquote.
Exceptions
- ArgumentNullException
- Thrown when
contentHandlerisnull.
