Html Library Help
Write Method (s)
NamespacesHtmlXmlWriterWrapperWrite(String)
Writes the specified string to the underlying XmlTextWriter, calls the WriteRaw method.
Declaration Syntax
C#Visual BasicVisual C++
public void Write(
	string s
)
Public Sub Write ( _
	s As String _
)
public:
virtual void Write(
	String^ s
) sealed
Parameters
s (String)
The string to write.

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