我有http网址,必须显示该网址的图片。
如何加载它并绑定到ImageControl?
这是我的网址:
string url = www.abc.com/abc/getDigitalDocument.htm?name=" + name + "&password=" + passwrod + "&flag=Photo";
非常感谢任何帮助。
谢谢!
答案 0 :(得分:0)
好的,它直接使用" Image.ImaegUrl" :
Image1.ImageUrl = "www.abc.com/abc/getDigitalDocument.htm?name=" + name + "&password=" + passwrod + "&flag=Photo";