Html Library Help
WriteAttribute Method (name, value)
NamespacesHtmlIWriterWriteAttribute(String, String)
Writes the attribute.
Declaration Syntax
C#Visual BasicVisual C++
void WriteAttribute(
	string name,
	string value
)
Sub WriteAttribute ( _
	name As String, _
	value As String _
)
void WriteAttribute(
	String^ name, 
	String^ value
)
Parameters
name (String)
The name.
value (String)
The value.

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