Html Library Help
Render Method (stream)
NamespacesHtmlElementListRender(Stream)
Renders the html to the Stream instance.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void Render(
	Stream stream
)
Public Overridable Sub Render ( _
	stream As Stream _
)
public:
virtual void Render(
	Stream^ stream
)
Parameters
stream (Stream)
The Stream to which the html is written.

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