SPMobileHtmlLinkAdapter Class
Wraps the HtmlLinkAdapter control but renders it in a way that is sensitive to the language direction.
Inheritance Hierarchy
System.Object
System.Web.UI.MobileControls.Adapters.ControlAdapter
System.Web.UI.MobileControls.Adapters.HtmlControlAdapter
System.Web.UI.MobileControls.Adapters.HtmlLinkAdapter
Microsoft.SharePoint.MobileControls.SPMobileHtmlLinkAdapter
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class SPMobileHtmlLinkAdapter _
Inherits HtmlLinkAdapter
'Usage
Dim instance As SPMobileHtmlLinkAdapter
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class SPMobileHtmlLinkAdapter : HtmlLinkAdapter
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.