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

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