|
Rank: Newbie Groups: Member
Joined: 11/19/2019 Posts: 2
|
“BeforeNavigateEventArgs” available in EO.WebBrowser.dll(version 16.1.54.0) which had property “NavigationType” which was type of Enum. Could not find “NavigationType” in EO.WebBrowser.dll(version 19.2.91.0), Looks like its been deprecated.
Please provide alternate solution to find NavigationType id its LinkClicked or Other)
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Unfortunately there is no corresponding property in the new version. This property is no longer supported due to some architecture changes in the Chromium browser engine. Specifically, many navigation related logics that are used to be implemented on the render side have been moved to the browser side. NavigationType was provided by the render side but not the browser side. As a result, we are not able to support this property in the new version. Sorry about it!
|
|
Rank: Member Groups: Member
Joined: 4/18/2018 Posts: 13
|
Hello Support team,
I am seeing in some other thread that Navigation Type property back in new version. can we use in 19.2.91.0?
Here is the response from your support team ============================
Sorry about the delay. We were trying to confirm the details before responding. We have confirmed that NavigationType will be brought back in our up coming 2020 release. Currently we are doing some final testing on this release and it is expected to be out in less than 2 weeks.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi, This property indeed has been brought back in 2020 build: https://www.essentialobjects.com/doc/eo.webbrowser.navigationtype.aspxHowever enumeration value NavigationType.FormResubmitted, which existed in older versions, is not supported in the new version. All other values are supported. Thanks!
|
|