.net - WPF WebBrowser not including the hash in the source url? -


I am currently trying to enter my WPF application for Facebook users. It is using Net 4 and it is being developed in VS2010. Following the following I can not do it, after a hash (#) and login after the success URL, access_token should be followed, but webbrowser.Source.toString () is not included in it.
I made exactly the same , but in a winforms app and it works fine.

What does something else with WPF webbrowser control? Is this a problem when the redirect related document is loading or something like this for the anchor?


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -