Xml::Render Method (HtmlTextWriter^)
.NET Framework (current version)
Renders the results to the output stream.
Assembly: System.Web (in System.Web.dll)
Parameters
- output
-
Type:
System.Web.UI::HtmlTextWriter^
The result of the output stream.
The following code example demonstrates how to override the Render method in a custom server control so that the Xml control is always displayed with an image.
.NET Framework
Available since 1.1
Available since 1.1
Show: