UnsecuredLayoutsPageBase.PageToRedirectOnCancel Property
Gets a URL to a page that will open if the original page request is cancelled.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overridable ReadOnly Property PageToRedirectOnCancel As String
Get
'Usage
Dim instance As UnsecuredLayoutsPageBase
Dim value As String
value = instance.PageToRedirectOnCancel
public virtual string PageToRedirectOnCancel { get; }
Property Value
Type: System.String
A String that represents the URL of an alternate page.
Remarks
The default implementation returns an empty string.
See Also
Reference
UnsecuredLayoutsPageBase Class