Gets or sets the absolute URL to the Image Service (ImageGearService.svc).
Syntax
[Category("ThumbnailView Properties")]
[Browsable(true)]
[DefaultValue()]
[Description("A fully qualified URL(absolute URL) to the Image Service (ImageGearService.svc). A relative URL is not recommended.")]
public string ImageHandlerUrl {get; set;}
[Category("ThumbnailView Properties")]
[Browsable(true)]
[DefaultValue()]
[Description("A fully qualified URL(absolute URL) to the Image Service (ImageGearService.svc). A relative URL is not recommended.")]
public: __property string* get_ImageHandlerUrl();
public: __property void set_ImageHandlerUrl(
string* value
);
See Also