Share via


DWebBrowserEvents.FrameBeforeNavigate Method (String, Int32, String, Object, String, Boolean)

 

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

Fires before navigation occurs in the given object (on either a window element or a frameset element).

Namespace:   Microsoft.Uii.Csr.Browser.Web
Assembly:  Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)

Syntax

void FrameBeforeNavigate(
    string URL,
    int Flags,
    string TargetFrameName,
    ref object PostData,
    string Headers,
    ref bool Cancel
)
Sub FrameBeforeNavigate (
    URL As String,
    Flags As Integer,
    TargetFrameName As String,
    ByRef PostData As Object,
    Headers As String,
    ByRef Cancel As Boolean
)

Parameters

  • TargetFrameName
    Type: System.String

    Specifies the target frame name.

  • Cancel
    Type: System.Boolean

    Specifies whether the navigation is cancelled or not.

See Also

DWebBrowserEvents Interface
Microsoft.Uii.Csr.Browser.Web Namespace

Return to top

Unified Service Desk 2.0

© 2017 Microsoft. All rights reserved. Copyright