CuteEditor for .NET 6.0 Class Library

Editor.UseHttpHandlerCacheImages Property

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.

[Visual Basic]
Public Property UseHttpHandlerCacheImages As Boolean
[C#]
public bool UseHttpHandlerCacheImages {get; set;}

See Also

Editor Class | CuteEditor Namespace