Share via


HtmlMobileFormAdapter.RenderExtraHeadElements method

NOTE: This API is now obsolete.

Renders elements added by AddHeadElementMarkup() within the header tags of the HTML page.

Namespace:  Microsoft.Office.Web.Mobile
Assembly:  Microsoft.Office.Web.MobileWordViewer (in Microsoft.Office.Web.MobileWordViewer.dll)

Syntax

'Declaration
<ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")> _
Protected Overrides Function RenderExtraHeadElements ( _
    writer As HtmlMobileTextWriter _
) As Boolean
'Usage
Dim writer As HtmlMobileTextWriter
Dim returnValue As Boolean

returnValue = Me.RenderExtraHeadElements(writer)
[ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")]
protected override bool RenderExtraHeadElements(
    HtmlMobileTextWriter writer
)

Parameters

Return value

Type: System.Boolean

See also

Reference

HtmlMobileFormAdapter class

HtmlMobileFormAdapter members

Microsoft.Office.Web.Mobile namespace