SPMobileHtmlPageAdapter Class
Provides the page adapter class that adds an indication to the <HTML> tag of the page if the reading direction of the language is right-to-left (e.g. Arabic or Hebrew).
Inheritance Hierarchy
System.Object
System.Web.UI.MobileControls.Adapters.ControlAdapter
System.Web.UI.MobileControls.Adapters.HtmlControlAdapter
System.Web.UI.MobileControls.Adapters.HtmlPageAdapter
Microsoft.SharePoint.MobileControls.SPMobileHtmlPageAdapter
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class SPMobileHtmlPageAdapter _
Inherits HtmlPageAdapter
'Usage
Dim instance As SPMobileHtmlPageAdapter
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class SPMobileHtmlPageAdapter : HtmlPageAdapter
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.