how to display an image url in c# picturebox

C#
picbox1.ImageLocation = "url..";
Source

Also in C#: