Share via


SPMobileChtmlFormAdapter.AddHeadElementMarkup Method

Adds markup to the head element of the page.

Namespace:  Microsoft.SharePoint.MobileControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub AddHeadElementMarkup ( _
    headElement As String _
)
'Usage
Dim instance As SPMobileChtmlFormAdapter
Dim headElement As String

instance.AddHeadElementMarkup(headElement)
public void AddHeadElementMarkup(
    string headElement
)

Parameters

  • headElement
    Type: System.String

    The String object that represents the value of the head element markup.

Implements

ISPMobileHead.AddHeadElementMarkup(String)

Remarks

This override adds the head element markup, but does nothing if the supplied markup is either an empty string or null. The markup is not HTML encoded before it is added to the head section.

See Also

Reference

SPMobileChtmlFormAdapter Class

SPMobileChtmlFormAdapter Members

Microsoft.SharePoint.MobileControls Namespace