SPMobilePostsCancelNavigation - Classe
Remarque : cette API est désormais obsolète.
Restitue un contrôle interactif Annuler sur un formulaire de créer une publication pour un site de blog mobile.
Hiérarchie d’héritage
System.Object
System.Web.UI.Control
System.Web.UI.MobileControls.MobileControl
Microsoft.SharePoint.MobileControls.SPMobileComponent
Microsoft.SharePoint.MobileControls.SPMobileNavigation
Microsoft.SharePoint.MobileControls.SPMobileButtonNavigation
Microsoft.SharePoint.MobileControls.SPMobileCancelNavigation
Microsoft.SharePoint.MobileControls.SPMobilePostsCancelNavigation
Espace de noms : Microsoft.SharePoint.MobileControls
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
<ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class SPMobilePostsCancelNavigation _
Inherits SPMobileCancelNavigation
'Utilisation
Dim instance As SPMobilePostsCancelNavigation
[ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class SPMobilePostsCancelNavigation : SPMobileCancelNavigation
Remarques
Le contrôle ferme le formulaire créer valider sans enregistrer la publication. L'utilisateur est renvoyé à l'écran d'affichage pour la publication en cours si la RedirectUrl contient la chaîne de requête « ID = < id de l'élément > » ; dans le cas contraire, l'utilisateur est renvoyé à la page d'accueil du site de blog mobile.
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.