ASP.NET Pack Programmer's Guide
WindowBase.RenderContent Method
See Also
 





Renders the content of the control.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

protected virtual void RenderContent (
    HtmlTextWriter output
)

Visual Basic  Copy Code

Protected Overridable Sub RenderContent( _
    output As HtmlTextWriter _
)

 Parameters

output

Type: HtmlTextWriter
The System.Web.UI.HtmlTextWriter object that receives the server control content.

 See Also

WindowBase Members
WindowBase Class
MindFusion.UI.WebForms Namespace