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
URL
Type: System.StringSpecifies the URL to navigate to.
Flags
Type: System.Int32Specifies the flags.
TargetFrameName
Type: System.StringSpecifies the target frame name.
PostData
Type: System.ObjectSpecifies the post data.
Headers
Type: System.StringSpecifies the headers.
Cancel
Type: System.BooleanSpecifies 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