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

Remarks

This override sets the title of the mobile page to the same title as the corresponding nonmobile Web Part page.

See Also

Reference

WebPartMobilePageTitle Class

WebPartMobilePageTitle Members

Microsoft.SharePoint.WebPartPages Namespace