Share via


SPMobileLogOffCancelNavigation.RedirectUrl Property

Gets or sets the URL of the page that was opened before the log-off page.

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 SPMobileLogOffCancelNavigation
Dim value As String

value = instance.RedirectUrl

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

Property Value

Type: System.String
The String object that represents the URL of the page that was opened before the log-off page.

Remarks

This override gets the decoded URL from the current QueryString, and then encodes the decoded URL for use with the mobile phone.

See Also

Reference

SPMobileLogOffCancelNavigation Class

SPMobileLogOffCancelNavigation Members

Microsoft.SharePoint.MobileControls Namespace