[Visual Basic]
Public Property Url As String
Public Property Url As String
[C#]
public string Url {get; set;}
public string Url {get; set;}
Property Value
The virtual path to the image file
Explanation
The Url property sets the virtual path to the image that will be displayed in the ImageKit Control. This property uses a relative virtual path.
For example, if the image resides in the following virtual
path:
"http://myserver/myfolder/myimage.jpg"
Set the Url property as follows:
ImageKit1.Url =
"/myfolder/myimage.jpg"