Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
'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; }
Type: System.String
A String that represents the URL of an alternate page.
The default implementation returns an empty string.
UnsecuredLayoutsPageBase class