Currently we are launching a VC ++ desktop application from edge browser based on the MIME type of HTTP response.
Once the application is launched and user clicks on cancle button of VC++ application the (cancel) redirect URL is getting opened in a new TAB.
We want to prevent opening up of a new tab each time when the redirection occurs.
In IE 10/11 we have a registry key ShortcutBehavior. The value in this key is used by IE to determine whether the redirect URL should be opened in a new TAB or currently opened TAB.
Are there any similar registry key settings in Edge browser
Regards,
Ajith