Table of Contents

FlexCelHtmlImageHandler.ProcessRequest Method

This method will validate the parameters, and then call GetImage to get the real data. When inheriting from this class, you normally only have to override ValidateParameters GetImage

Syntax

Namespace: FlexCel.AspNet

public virtual void ProcessRequest(HttpContext context)

Parameters

<-> Parameter Type Description
context HttpContext

See also