SPMobileXhtmlPageAdapter Class
Provides the page adapter that adds the “dir” attribute to the HTML tag for the XHTML adapter set.
Inheritance Hierarchy
System.Object
System.Web.UI.MobileControls.Adapters.ControlAdapter
System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter
System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPageAdapter
Microsoft.SharePoint.MobileControls.SPMobileXhtmlPageAdapter
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 SPMobileXhtmlPageAdapter _
Inherits XhtmlPageAdapter
'Usage
Dim instance As SPMobileXhtmlPageAdapter
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class SPMobileXhtmlPageAdapter : XhtmlPageAdapter
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.