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 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.