Welcome Guest Search | Active Topics | Sign In | Register

Deprecated NavigationType from BeforeNavigateEventArgs Options
Nisha
Posted: Tuesday, November 19, 2019 6:10:22 AM
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)
eo_support
Posted: Tuesday, November 19, 2019 10:24:57 AM
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!
Apttus X-Author
Posted: Friday, March 13, 2020 7:44:34 AM
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.
eo_support
Posted: Tuesday, March 17, 2020 2:51:07 PM
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.aspx

However enumeration value NavigationType.FormResubmitted, which existed in older versions, is not supported in the new version. All other values are supported.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.