The DnnImageHandler type exposes the following members.

Properties

  NameDescription
Public propertyAllowedDomains
List of Domains who are allowed to use the imagehandler when security is enabled
(Inherited from ImageHandler.)
Public propertyAllowStandalone (Inherited from ImageHandler.)
Public propertyClientCacheExpiration
Sets the client-side cache expiration time
(Inherited from ImageHandler.)
Public propertyContentType
Sets the type of the result image. The handler will return ouput with MIME type matching this content
(Inherited from ImageHandler.)
Public propertyEnableClientCache
Enables client-side caching of the result
(Inherited from ImageHandler.)
Public propertyEnableIPCount
Enables block mechanism for DDOS by referring IP
(Inherited from ImageHandler.)
Public propertyEnableServerCache
Enables server-side caching of the result
(Inherited from ImageHandler.)
Public propertyImageCompression
Sets the image compression encoding for the result image. Default is 50L
(Inherited from ImageHandler.)
Protected propertyImageTransforms
A list of image transforms that will be applied successively to the image
(Inherited from ImageHandler.)
Public propertyIPCountMaxCount
Sets the maximum amount of images an IP address is allowed to generate in the defined purge interval
(Inherited from ImageHandler.)
Public propertyIPCountPurgeInterval
Timespan for resetting the blocking
(Inherited from ImageHandler.)
Public propertyIsReusable (Inherited from ImageHandler.)
Public propertyLogSecurity (Inherited from ImageHandler.)

See Also