Xml::Render Method (HtmlTextWriter^)

 
Use BaseTrue

Renders the results to the output stream.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public protected:
virtual void Render(
	HtmlTextWriter^ output
) override

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.

No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: