WebPartMobilePageTitle.OnRender Method
Raises the Render event.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overrides Sub OnRender ( _
writer As HtmlTextWriter _
)
'Usage
Dim writer As HtmlTextWriter
Me.OnRender(writer)
protected override void OnRender(
HtmlTextWriter writer
)
Parameters
writer
Type: System.Web.UI.HtmlTextWriterAn object that writes the HTML markup for the control.
Remarks
This override sets the title of the mobile page to the same title as the corresponding nonmobile Web Part page.