RedirectControl.Render method

Sends server control content to a provided HtmlTextWriter object, which writes the content to be rendered on the client.

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 ( _
    writer As HtmlTextWriter _
)
'Usage
Dim writer As HtmlTextWriter

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

Parameters

See also

Reference

RedirectControl class

RedirectControl members

Microsoft.SharePoint.Publishing.WebControls namespace