HTML Editor for ASP.NET AJAX
ImagesDirectory Property
Server ReferenceWinthusiasm.HtmlEditorHtmlEditorImagesDirectory
The site folder for the Image Browser images.
Declaration Syntax
C#
public string ImagesDirectory { get; set; }
Remarks
Setting this property enables the Image Browser functionality. The folder must be dedicated for Image Browser use only.
Examples
Set the property declaratively in the HtmlEditor tag:
CopyC#
ImagesDirectory = "~/ImageBrowser/Images"

Assembly: Winthusiasm.HtmlEditor (Module: Winthusiasm.HtmlEditor) Version: 2.3.0.0 (2.3.0.0)