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.
Renders the page and adds the “dir” attribute to the HTML tag.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Sub Render ( _
writer As XhtmlMobileTextWriter _
)
'Usage
Dim instance As SPMobileXhtmlPageAdapter
Dim writer As XhtmlMobileTextWriter
instance.Render(writer)
public override void Render(
XhtmlMobileTextWriter writer
)
Parameters
writer
Type: System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriterThe XhtmlMobileTextWriter object that represents the text writer.
Remarks
This override creates the SPXhtmlMobileTextWriter that adds the “dir” attribute to the HTML tag.
See Also
Reference
SPMobileXhtmlPageAdapter Class