Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
app
Type: System.StringSpecifies the application.
action
Type: System.StringSpecifies the action to be performed.
data
Type: System.StringSpecifies the data to be used with the action.
flags
Type: System.Int32Specifies the flags.
headers
Type: System.StringSpecifies the header.
url
Type: System.StringSpecifies the URL.
postData
Type: System.ObjectSpecifies the post data.
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