Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Renders the control contents to the specified writer.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overrides Sub RenderContents ( _
htw As HtmlTextWriter _
)
'Usage
Dim htw As HtmlTextWriter
Me.RenderContents(htw)
protected override void RenderContents(
HtmlTextWriter htw
)
Parameters
htw
Type: System.Web.UI.HtmlTextWriterThe object that represents the output stream to render HTML content on the client.
Remarks
This override renders the control contents to the specified writer.