SPMobileButtonNavigation.RedirectUrl, propriété (Microsoft.SharePoint.MobileControls)

Gets or sets the URL of the page that opens following the postback caused by the control.

Espace de noms : Microsoft.SharePoint.MobileControls
Assembly : Microsoft.SharePoint (dans microsoft.sharepoint.dll)

Syntaxe

'Déclaration
Public Overridable Property RedirectUrl As String
'Utilisation
Dim instance As SPMobileButtonNavigation
Dim value As String

value = instance.RedirectUrl

instance.RedirectUrl = value
public virtual string RedirectUrl { get; set; }

Valeur de la propriété

A String that represents the URL of the page that opens when the function of the control is completed.

Notes

The value of this property can be the same page on which the control lives; for example, the control might just refresh the page.

Voir aussi

Référence

SPMobileButtonNavigation, classe
Membres SPMobileButtonNavigation
Microsoft.SharePoint.MobileControls, espace de noms