Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 SPHtmlMobileTextWriter
Dim tag As String
instance.WriteFullBeginTag(tag)
public override void WriteFullBeginTag(
string tag
)
Parameters
tag
Type: System.StringThe 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”>.