ISPMobileHead.AddHeadElementMarkup Method
Adds the data into the head section of the page.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Sub AddHeadElementMarkup ( _
headElement As String _
)
'Usage
Dim instance As ISPMobileHead
Dim headElement As String
instance.AddHeadElementMarkup(headElement)
void AddHeadElementMarkup(
string headElement
)
Parameters
headElement
Type: System.StringThis String object that represents the value that will be added into the head section of the page.
Remarks
This method does nothing if headElement is either an empty string or a null reference (Nothing in Visual Basic).