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 web server control content to the specified HtmlTextWriter object.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overrides Sub Render ( _
HtwWriter As HtmlTextWriter _
)
'Usage
Dim HtwWriter As HtmlTextWriter
Me.Render(HtwWriter)
protected override void Render(
HtmlTextWriter HtwWriter
)
Parameters
- HtwWriter
Type: System.Web.UI.HtmlTextWriter