Partager via


HtmlMobileFormAdapter.AddHeadElementMarkup - Méthode

Remarque : cette API est désormais obsolète.

Ajoute un élément head à la page.

Espace de noms :  Microsoft.Office.Web.Mobile
Assembly :  Microsoft.Office.Web.MobileWordViewer (dans Microsoft.Office.Web.MobileWordViewer.dll)

Syntaxe

'Déclaration
<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.")> _
Public Sub AddHeadElementMarkup ( _
    headElement As String _
)
'Utilisation
Dim instance As HtmlMobileFormAdapter
Dim headElement As String

instance.AddHeadElementMarkup(headElement)
[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.")]
public void AddHeadElementMarkup(
    string headElement
)

Paramètres

  • headElement
    Type : System.String

    Balisage d'éléments cible à ajouter. Il est écrit directement dans la page (pas codé en html). Ne rien faire s'il s'agit d'une chaîne vide ou une valeur null.

Implémentations

ISPMobileHead.AddHeadElementMarkup(String)

Voir aussi

Référence

HtmlMobileFormAdapter classe

HtmlMobileFormAdapter - Membres

Microsoft.Office.Web.Mobile - Espace de noms