Share via


SPUserCodeWebPart.Render Method

Renders the content of the SPUserCodeWebPart to the client.

Namespace:  Microsoft.SharePoint.WebPartPages
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

Remarks

This override ensures that the SPUserCodeWebPart can be rendered if it is in design mode.

See Also

Reference

SPUserCodeWebPart Class

SPUserCodeWebPart Members

Microsoft.SharePoint.WebPartPages Namespace