Classes

  Class Description
Public class ImageException

The generic exception class for exceptions generated from FiftyOne.Framework.Image.

Public class ImageHandler

Handles the repurposing of any images used with the Image control.

Remarks

The following entry needs to be present in the web.config file to ensure images are rendered correctly.

CopyXML
                          <
                          httpHandlers
                          >
    <add verb="GET" path="P.axd" type="FiftyOne.Framework.Image.MobileImageHandler, FiftyOne.Framework" validate="false"/>
</httpHandlers>

If the handler is not registered images will not be displayed.