MediaWebPart.Render Method

Renders the data output by the specified HtmlTextWriter object.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Protected Overrides Sub Render ( _
    output As HtmlTextWriter _
)
'Usage
Dim output As HtmlTextWriter

Me.Render(output)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
protected override void Render(
    HtmlTextWriter output
)

Parameters

See Also

Reference

MediaWebPart Class

MediaWebPart Members

Microsoft.SharePoint.Publishing.WebControls Namespace