Partager via


SPMobileLinkNavigation - Classe

Affiche, sur une page mobile, généralement dans la section de pied de page (Navigation), un contrôle de lien qui ouvre une page.

Hiérarchie d’héritage

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      Microsoft.SharePoint.Mobile.WebControls.SPMobileComponent
        Microsoft.SharePoint.Mobile.WebControls.SPMobileNavigation
          Microsoft.SharePoint.Mobile.WebControls.SPMobileLinkNavigation
            

Espace de noms :  Microsoft.SharePoint.Mobile.WebControls
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class SPMobileLinkNavigation _
    Inherits SPMobileNavigation
'Utilisation
Dim instance As SPMobileLinkNavigation
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class SPMobileLinkNavigation : SPMobileNavigation

Remarques

Utilisez cette classe comme classe de base pour dériver des contrôles de liaison apparaissent dans la section de pied de page (Navigation) des pages mobiles.

Ce contrôle ne provoque pas une publication (postback). Comparez ce contrôle avec SPMobileButtonNavigation qui, malgré son nom, peut être un lien ; mais qui provoque toujours une publication (postback).

Cohérence de thread

Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.

Voir aussi

Référence

SPMobileLinkNavigation - Membres

Microsoft.SharePoint.Mobile.WebControls - Espace de noms

Hiérarchie d’héritage

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      Microsoft.SharePoint.Mobile.WebControls.SPMobileComponent
        Microsoft.SharePoint.Mobile.WebControls.SPMobileNavigation
          Microsoft.SharePoint.Mobile.WebControls.SPMobileLinkNavigation
            Microsoft.SharePoint.Mobile.WebControls.SPMobileAllContentPageNavigation
            Microsoft.SharePoint.Mobile.WebControls.SPMobileDeletePageNavigation
            Microsoft.SharePoint.Mobile.WebControls.SPMobileDispFormNavigation
            Microsoft.SharePoint.Mobile.WebControls.SPMobileEditFormNavigation
            Microsoft.SharePoint.Mobile.WebControls.SPMobileHomePageNavigation
            Microsoft.SharePoint.Mobile.WebControls.SPMobileListViewNavigation
            Microsoft.SharePoint.Mobile.WebControls.SPMobileLogoutPageNavigation
            Microsoft.SharePoint.Mobile.WebControls.SPMobileNewFormNavigation
            Microsoft.SharePoint.Mobile.WebControls.SPMobileSwitchtoPCView
            Microsoft.SharePoint.Mobile.WebControls.SPMobileWikiAllPagesNavigation