Partager via


WebApplicationAdapter.BeforeNavigate Method (String, String, String, Int32, String, String, Object)

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016

Called by UII whenever the hosted web application navigates to a new page. The application, action, and data arguments can all be modified.

Namespace:   Microsoft.Uii.Csr
Assembly:  Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Syntax

public virtual bool BeforeNavigate(
    ref string app,
    ref string action,
    ref string data,
    ref int flags,
    ref string headers,
    ref string url,
    ref object postData
)
Public Overridable Function BeforeNavigate (
    ByRef app As String,
    ByRef action As String,
    ByRef data As String,
    ByRef flags As Integer,
    ByRef headers As String,
    ByRef url As String,
    ByRef postData As Object
) As Boolean

Parameters

  • action
    Type: System.String

    Specifies the action to be performed.

  • data
    Type: System.String

    Specifies the data to be used with the action.

Return Value

Type: System.Boolean

Type: Boolean
true to accept the navigation; otherwise, false.

See Also

WebApplicationAdapter Class
Microsoft.Uii.Csr Namespace

Return to top

Unified Service Desk 2.0

© 2017 Microsoft. All rights reserved. Copyright