SPMobileCommentsCancelNavigation.RedirectUrl Property
Gets the URL of View Comments page for the current blog post. This is the page that will open 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 SPMobileCommentsCancelNavigation
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 View Comments page for the current blog post.
See Also
Reference
SPMobileCommentsCancelNavigation Class