Gets the image real src that points to the http handler.
It is used as a key for the server cache so shoud be overriden with caution.
Namespace:
EGIS.Web.ControlsAssembly: EGIS.Web.Controls (in EGIS.Web.Controls.dll)
Syntax
Visual Basic |
---|
Protected ReadOnly Property ImageSource As String Get |
C# |
---|
protected string ImageSource { get; } |
Visual C++ |
---|
protected: property String^ ImageSource { String^ get (); } |
JavaScript |
---|
function get_imageSource(); |