ImageGear21.Web Assembly > ImageGear.Web.UI Namespace > ThumbnailView Class : ImageHandlerUrl Property |
'Declaration <DescriptionAttribute("A fully qualified URL(absolute URL) to the Image Service (ImageGearService.svc). A relative URL is not recommended.")> <CategoryAttribute("ThumbnailView Properties")> <BrowsableAttribute(True)> <DefaultValueAttribute()> Public Property ImageHandlerUrl As String
'Usage Dim instance As ThumbnailView Dim value As String instance.ImageHandlerUrl = value value = instance.ImageHandlerUrl
[DescriptionAttribute("A fully qualified URL(absolute URL) to the Image Service (ImageGearService.svc). A relative URL is not recommended.")] [CategoryAttribute("ThumbnailView Properties")] [BrowsableAttribute(true)] [DefaultValueAttribute()] public string ImageHandlerUrl {get; set;}
[DescriptionAttribute("A fully qualified URL(absolute URL) to the Image Service (ImageGearService.svc). A relative URL is not recommended.")] [CategoryAttribute("ThumbnailView Properties")] [BrowsableAttribute(true)] [DefaultValueAttribute()] public: __property string* get_ImageHandlerUrl(); public: __property void set_ImageHandlerUrl( string* value );
[DescriptionAttribute("A fully qualified URL(absolute URL) to the Image Service (ImageGearService.svc). A relative URL is not recommended.")] [CategoryAttribute("ThumbnailView Properties")] [BrowsableAttribute(true)] [DefaultValueAttribute()] public: property String^ ImageHandlerUrl { String^ get(); void set ( String^ value); }
When either the PageView or the ThumbnailView control is dragged from the Visual Studio Toolbox on to the web page design surface when in the 'Design' view mode, an 'Action List' will display. This list has options for configuring the Services. For a detailed description, refer to the web.config settings section in this help document.
Note: If you add the control on your web page using the source editor, then you can still use the Action List menu items (Smart Tags Panel) on the PageView and ThumbnailView by switching to the 'Design' view mode in the Visual Studio.
A more detailed explanation for the Services setting can be found in the web.config settings section of the help file.