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 on the page.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overrides Sub RenderContents ( _
output As HtmlTextWriter _
)
'Usage
Dim output As HtmlTextWriter
Me.RenderContents(output)
protected override void RenderContents(
HtmlTextWriter output
)
Parameters
output
Type: System.Web.UI.HtmlTextWriterAn HtmlTextWriter object that represents the output stream that is used to render HTML content on the client.