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.
Outputs the content of child controls of the UnsecuredLayoutsPageBase to a provided HtmlTextWriter object, which writes the content to be rendered on the client.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Protected Overrides Sub RenderChildren ( _
writer As HtmlTextWriter _
)
'Usage
Dim writer As HtmlTextWriter
Me.RenderChildren(writer)
protected override void RenderChildren(
HtmlTextWriter writer
)
writer
Type: System.Web.UI.HtmlTextWriterThe HtmlTextWriter object that receives the rendered content.
This override verifies that the client is still connected (by calling StopRequestIfClientIsNotValid) and then calls the base method.
UnsecuredLayoutsPageBase class