Share via


SPXhtmlMobileTextWriter.WriteFullBeginTag Method

Adds an indication to the <HTML> tag of the page that the language used on the page reads from right to left.

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

Syntax

'Declaration
Public Overrides Sub WriteFullBeginTag ( _
    tag As String _
)
'Usage
Dim instance As SPXhtmlMobileTextWriter
Dim tag As String

instance.WriteFullBeginTag(tag)
public override void WriteFullBeginTag(
    string tag
)

Parameters

  • tag
    Type: System.String

    The String object that represents the specified markup element to be added into the output stream.

Remarks

This override adds an indication to the page’s <HTML> tag that the reading direction of the language used on the page is right-to-left (e.g. Arabic or Hebrew). Specifically, this override turns the tag into <HTML dir=”rtl”>.

See Also

Reference

SPXhtmlMobileTextWriter Class

SPXhtmlMobileTextWriter Members

Microsoft.SharePoint.MobileControls Namespace