SaaS CMS has officially launched! Learn more now.

Class RenderImage

Inheritance
System.Object
RenderImage
Implements
System.Web.IHttpHandler
Namespace: EPiServer.UI.Edit.ImageEditor
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class RenderImage : WebFormsBase, ISupportsScriptManager, ISystemMessageSink, IHttpHandler

Constructors

RenderImage()

Declaration
public RenderImage()

Properties

IsReusable

Declaration
public bool IsReusable { get; }
Property Value
Type Description
System.Boolean

Methods

ProcessRequest(HttpContext)

Declaration
public void ProcessRequest(HttpContext context)
Parameters
Type Name Description
System.Web.HttpContext context

Implements

System.Web.IHttpHandler

Extension Methods