SPMobileLinkNavigation Class

Renders, on a mobile page, usually in the Footer (Navigation) section, a link control that opens a page.

Inheritance Hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.MobileControls.MobileControl
      Microsoft.SharePoint.MobileControls.SPMobileComponent
        Microsoft.SharePoint.MobileControls.SPMobileNavigation
          Microsoft.SharePoint.MobileControls.SPMobileLinkNavigation
            

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

Remarks

Use this class as a base class to derive link controls that appear in the Footer (Navigation) section of mobile pages.

This control does not cause a postback. Contrast this control with SPMobileButtonNavigation which, despite its name, can be a link; but which always causes a postback.

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

SPMobileLinkNavigation Members

Microsoft.SharePoint.MobileControls Namespace

Inheritance Hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.MobileControls.MobileControl
      Microsoft.SharePoint.MobileControls.SPMobileComponent
        Microsoft.SharePoint.MobileControls.SPMobileNavigation
          Microsoft.SharePoint.MobileControls.SPMobileLinkNavigation
            Microsoft.SharePoint.MobileControls.SPMobileAllContentPageNavigation
            Microsoft.SharePoint.MobileControls.SPMobileClearViewFilterNavigation
            Microsoft.SharePoint.MobileControls.SPMobileCommentsNavigation
            Microsoft.SharePoint.MobileControls.SPMobileDeletePageNavigation
            Microsoft.SharePoint.MobileControls.SPMobileDispFormNavigation
            Microsoft.SharePoint.MobileControls.SPMobileEditFormNavigation
            Microsoft.SharePoint.MobileControls.SPMobileHomePageNavigation
            Microsoft.SharePoint.MobileControls.SPMobileListViewNavigation
            Microsoft.SharePoint.MobileControls.SPMobileLogoutPageNavigation
            Microsoft.SharePoint.MobileControls.SPMobileNewFormNavigation
            Microsoft.SharePoint.MobileControls.SPMobileUpFolderNavigation
            Microsoft.SharePoint.MobileControls.SPMobileWikiAllPagesNavigation
            Microsoft.SharePoint.MobileControls.SPMobileWikiTextPageNavigation
            Microsoft.SharePoint.MobileControls.SPMobileWikiWebPartPageNavigation
            Microsoft.SharePoint.WebPartPages.WebPartMobilePageNavigation