Html Library Help
Write Method (s)
NamespacesHtmlHtmlTextWriterWrapperWrite(String)
Writes a string to the underlying HtmlTextWriter.
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 render.

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