ASP.NET Ajax Javascript (Specification) | |
---|---|
function get_imageHandlerUrl() : String function set_imageHandlerUrl(value : String) |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfPageView.get_imageHandlerUrl(); |
ASP.NET Ajax Javascript (Specification) | |
---|---|
function get_imageHandlerUrl() : String function set_imageHandlerUrl(value : String) |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfPageView.get_imageHandlerUrl(); |
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.
To successfully refer to an IG.NET WCF service from another site, it may be necessary for the service endpoint to allow Cross-Origin Resource Sharing (CORS). The Windows Feature Windows Communication Foundation HTTP Activation and Non-HTTP Activation should be turned on as well.