MindFusion.UI for WebForms Programmer's Guide

Window.RenderContents Method

See Also
 





WebControl.RenderContents override.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

protected override void RenderContents (
    HtmlTextWriter output
)

Visual Basic  Copy Code

Protected Overrides Sub RenderContents( _
    output As HtmlTextWriter _
)

 Parameters

output

Type: HtmlTextWriter
The System.Web.UI.HtmlTextWriter object that represents the output stream to render HTML content on the client.

 See Also