HtmlWriter.WriteInlineCode Method
- Namespace
- Kampute.DocToolkit.IO.Writers
- Assembly
- Kampute.DocToolkit.dll
Definition
Writes a code span using the specified text.
public override void WriteInlineCode(string text)Parameters
textstring- The text of the code span.
