SPMobileLinkNavigation class
Processa, em uma página móvel, geralmente na seção de rodapé (navegação), um controle de link que abre uma página.
Inheritance hierarchy
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
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class SPMobileLinkNavigation _
Inherits SPMobileNavigation
'Uso
Dim instance As SPMobileLinkNavigation
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class SPMobileLinkNavigation : SPMobileNavigation
Comentários
Use esta classe como uma classe base para derivar controles de link que aparecem na seção de rodapé (navegação) das páginas móveis.
Esse controle não causa um postback. Compare esse controle com SPMobileButtonNavigation que, apesar do nome, pode ser um link; mas que sempre causa um 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.
Ver também
Referência
SPMobileLinkNavigation members
Microsoft.SharePoint.Mobile.WebControls namespace
Inheritance hierarchy
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