SPMobileChtmlFormAdapter Class

Provides the form adapter class for the CHTML adapter set, which adds markup to the head section of the page.

Inheritance Hierarchy

System.Object
  System.Web.UI.MobileControls.Adapters.ControlAdapter
    System.Web.UI.MobileControls.Adapters.HtmlControlAdapter
      System.Web.UI.MobileControls.Adapters.HtmlFormAdapter
        System.Web.UI.MobileControls.Adapters.ChtmlFormAdapter
          Microsoft.SharePoint.MobileControls.SPMobileChtmlFormAdapter

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 SPMobileChtmlFormAdapter _
    Inherits ChtmlFormAdapter _
    Implements ISPMobileHead
'Usage
Dim instance As SPMobileChtmlFormAdapter
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class SPMobileChtmlFormAdapter : ChtmlFormAdapter, 
    ISPMobileHead

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.

See Also

Reference

SPMobileChtmlFormAdapter Members

Microsoft.SharePoint.MobileControls Namespace