The ImageHandler type exposes the following members.

Constructors

  NameDescription
Protected methodImageHandler
DotNetNuke.Services.GeneratedImage.ImageHandler

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGenerateImage
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodProcessRequest
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Extension Methods

  NameDescription
Public Extension MethodToJson
Extension method on object that serializes the value to Json. Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.)

Properties

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

See Also