ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ThumbnailView class / imageHandlerUrl Property

In This Topic
    imageHandlerUrl Property
    In This Topic
    Indicates the absolute URL to the image handler.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function get_imageHandlerUrl() : String
    function set_imageHandlerUrl(value : String)
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfThumbnailView.get_imageHandlerUrl();
    Remarks

    This property is a string that contains the absolute URL for the image handler. The image handler is an ASP.NET handler that supports various operations of the viewer.

    Note that you could use a relative URL for the image handler in most cases, but some versions of FireFox will fail if this URL is not absolute.

    See Also