SPMobilePostsSaveNavigation.RedirectUrl Property
Gets the URL of the page that opens, following the save operation, when a user clicks the save post 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 SPMobilePostsSaveNavigation
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 blog site page that opens when the save operation completes.
Remarks
Unless it is overridden in a derived class, this property returns the home page for the mobile blog site.
See Also
Reference
SPMobilePostsSaveNavigation Class