Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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