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

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