HtmlWriter.WriteEmphasis Method
- Namespace
- Kampute.DocToolkit.IO.Writers
- Assembly
- Kampute.DocToolkit.dll
Definition
Writes an emphasis using the provided delegate to write the content.
public override void WriteEmphasis(Action<MarkupWriter> contentHandler)Parameters
contentHandlerAction<MarkupWriter>- The action to write the content of the emphasis.
Exceptions
- ArgumentNullException
- Thrown when
contentHandlerisnull.
