SPMobileButtonNavigation.RedirectUrl Property

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

Namespace:  Microsoft.SharePoint.MobileControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overridable Property RedirectUrl As String
    Get
    Set
'Usage
Dim instance As SPMobileButtonNavigation
Dim value As String

value = instance.RedirectUrl

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

Property Value

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

Remarks

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

See Also

Reference

SPMobileButtonNavigation Class

SPMobileButtonNavigation Members

Microsoft.SharePoint.MobileControls Namespace