Share via


DesignModeConsoleContainer.Render Method

Renders the control on the page.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Protected Overrides Sub Render ( _
    writer As HtmlTextWriter _
)
'Usage
Dim writer As HtmlTextWriter

Me.Render(writer)
protected override void Render(
    HtmlTextWriter writer
)

Parameters

  • writer
    Type: System.Web.UI.HtmlTextWriter

    An HtmlTextWriter object that represents the output stream that is used to render HTML content on the client.

See Also

Reference

DesignModeConsoleContainer Class

DesignModeConsoleContainer Members

Microsoft.SharePoint.WebControls Namespace