VisualUpgradePreviewStatus.Render Method
If the current Web site is in Visual Upgrade preview mode, renders script to add a status bar to inform the user of this state.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overrides Sub Render ( _
writer As HtmlTextWriter _
)
'Usage
Dim writer As HtmlTextWriter
Me.Render(writer)
protected override void Render(
HtmlTextWriter writer
)
Parameters
writer
Type: System.Web.UI.HtmlTextWriterAn HtmlTextWriter object that represents the output stream that is used to render HTML content on the client.
See Also
Reference
VisualUpgradePreviewStatus Class