I'm trying to retrieve an url specific fragment in a Windows forms application.
I have a WebBrowser Control with an url that redirects on an other URL. In Navigating procedure, I can read this url and fragments that it contains. Fragment property is the string with all fragments, but I need one of these. There is an URL parser that loads all fragments in a dictionary? Thanks!