SPMobilePostsCancelNavigation.RedirectUrl Property
Gets the URL of the display form for the current post, or the URL of the home page of the mobile blog site. This is 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 ReadOnly Property RedirectUrl As String
Get
'Usage
Dim instance As SPMobilePostsCancelNavigation
Dim value As String
value = instance.RedirectUrl
public override string RedirectUrl { get; }
Property Value
Type: System.String
A String that represents the URL of the display form for the current post if the URL contains the query string "ID=<item id>"; otherwise, the URL of the home page of the mobile blog site.
See Also
Reference
SPMobilePostsCancelNavigation Class