I did it using the method RedirectUrl. args.TransitionInfo.RedirectUrl("https://webcon.com/"); It opens the specified link in a new tab. XD
I'm still a webcon beginner so i don't really know how to do it. In the addon code I assign a link to some attribute and then create build-in action which uses the link yes? How do you make such actions?
Thanks for help, but to be precise: using the server (with Webcon) and the certificate uploaded on it, I communicate with another server, which provides me a link that I need to open at the client side.
Hi, I would like to create an plugin that will open a link in the client side browser. I try using basic .NET method, but the browser starts on the server where Webcon is installing. Would I have to make a separate addon running on the client side? Then how to install such an add-on?