HtmlWriter.WriteEndElement Method
- Namespace
- Kampute.DocToolkit.IO.Writers
- Assembly
- Kampute.DocToolkit.dll
Definition
Writes the closing tag of the last open HTML element.
public virtual void WriteEndElement()Exceptions
- InvalidOperationException
- Thrown when there are no open tags to close.
