Partager via


SPRemoteEventResult.RedirectUrl - Propriété

Remarque : cette API est désormais obsolète.

Espace de noms :  Microsoft.SharePoint.Client.EventReceivers
Assembly :  Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)

Syntaxe

'Déclaration
<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
'Utilisation
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; }

Valeur de propriété

Type : System.String

Voir aussi

Référence

SPRemoteEventResult classe

SPRemoteEventResult - Membres

Microsoft.SharePoint.Client.EventReceivers - Espace de noms