By default Cute Editor will use HttpHandler process the image files on the server side.
You can turn this feature off by setting this property to false.
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
[ObsoleteAttribute("Obsolete", false)] public bool UseHttpHandlerCacheImages { get; set; } |
| Visual Basic |
|---|
<ObsoleteAttribute("Obsolete", False)> _ Public Property UseHttpHandlerCacheImages As Boolean Get Set |
| Visual C++ |
|---|
public: [ObsoleteAttribute(L"Obsolete", false)] property bool UseHttpHandlerCacheImages { bool get (); void set (bool value); } |