Share via


SPRemoteEventResult.RedirectUrl property

NOTE: This API is now obsolete.

Namespace:  Microsoft.SharePoint.RemoteApp
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<DataMemberAttribute> _
<ObsoleteAttribute("Default list forms are committed through asynchronous XmlHttpRequests, so redirect urls specified in this way aren't followed by default.  In order to force a list form to follow a cancelation redirect url, set the list form web part's CSRRenderMode property to CSRRenderMode.ServerRender")> _
Public Property RedirectUrl As String
    Get
    Set
'Usage
Dim instance As SPRemoteEventResult
Dim value As String

value = instance.RedirectUrl

instance.RedirectUrl = value
[DataMemberAttribute]
[ObsoleteAttribute("Default list forms are committed through asynchronous XmlHttpRequests, so redirect urls specified in this way aren't followed by default.  In order to force a list form to follow a cancelation redirect url, set the list form web part's CSRRenderMode property to CSRRenderMode.ServerRender")]
public string RedirectUrl { get; set; }

Property value

Type: System.String

See also

Reference

SPRemoteEventResult class

SPRemoteEventResult members

Microsoft.SharePoint.RemoteApp namespace