SPMobileHtmlFormAdapter.RenderExtraHeadElements Method
Renders the child elements of the head element.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Function RenderExtraHeadElements ( _
writer As HtmlMobileTextWriter _
) As Boolean
'Usage
Dim writer As HtmlMobileTextWriter
Dim returnValue As Boolean
returnValue = Me.RenderExtraHeadElements(writer)
protected override bool RenderExtraHeadElements(
HtmlMobileTextWriter writer
)
Parameters
writer
Type: System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriterThe object that writes the markup.
Return Value
Type: System.Boolean
true in all cases.