Share via


SPXhtmlMobileTextWriter.WriteFullBeginTag method

NOTE: This API is now obsolete.

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
<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 Overrides Sub WriteFullBeginTag ( _
    tag As String _
)
'Usage
Dim instance As SPXhtmlMobileTextWriter
Dim tag As String

instance.WriteFullBeginTag(tag)
[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 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