SPMobileCancelNavigation.RedirectUrl Property
Gets or sets the URL of the page that opens when a user clicks the Cancel control.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Property RedirectUrl As String
Get
Set
'Usage
Dim instance As SPMobileCancelNavigation
Dim value As String
value = instance.RedirectUrl
instance.RedirectUrl = value
public override string RedirectUrl { get; set; }
Property Value
Type: System.String
A String that represents the URL of the page that opens when a user clicks the Cancel control.
Remarks
If not overridden in a derived class, the RedirectUrl property is set to the view page for the current list.
See Also
Reference
SPMobileCancelNavigation Class