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.
Renders the extra head elements to the page.
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 HtmlMobileTextWriter object that provides the text writer functionality for devices targeted by the HTML adapter set.
Return Value
Type: System.Boolean
true always.
Remarks
This override renders the extra head elements to the page.
See Also
Reference
SPMobileChtmlFormAdapter Class