c# - How to open URL using web Browser Control in Windows Phone -
i trying open webbrowser using webbrowser control.
c# code
string uristring = "http://......." uri uri = new uri(uristring); this.demobrowser.navigate(uri); the problem facing , url opening using "http" giving below error when trying open using "https".
any appreciated. thank you

Comments
Post a Comment