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)
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