SPMobileContext.MarkupLanguage property
Obtém ou define o nome da linguagem de marcação usada pelo dispositivo móvel.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property MarkupLanguage As String
Get
Set
'Uso
Dim instance As SPMobileContext
Dim value As String
value = instance.MarkupLanguage
instance.MarkupLanguage = value
public string MarkupLanguage { get; set; }
Property value
Type: System.String
Um String que representa o nome da linguagem de marcação como "html32", "chtml10", "xhtml-mp" ou "wml11".