Html Library Help
WriteEndTag Method (tagName)
NamespacesHtmlXmlWriterWrapperWriteEndTag(String)
Writes the end tag.
Declaration Syntax
C#Visual BasicVisual C++
public void WriteEndTag(
	string tagName
)
Public Sub WriteEndTag ( _
	tagName As String _
)
public:
virtual void WriteEndTag(
	String^ tagName
) sealed
Parameters
tagName (String)
Name of the tag.

Assembly: Html (Module: Html) Version: 1.0.0.2 (1.0.0.2)