Show / Hide Table of Contents

Class DnnImageHandler

Inheritance
object
ImageHandler
DnnImageHandler
Implements
IHttpHandler
Inherited Members
ImageHandler.ProcessRequest(HttpContext)
ImageHandler.IsReusable
ImageHandler.EnableServerCache
ImageHandler.EnableClientCache
ImageHandler.ClientCacheExpiration
ImageHandler.AllowedDomains
ImageHandler.AllowStandalone
ImageHandler.LogSecurity
ImageHandler.ContentType
ImageHandler.ImageCompression
ImageHandler.EnableIPCount
ImageHandler.IPCountMaxCount
ImageHandler.IPCountPurgeInterval
ImageHandler.ImageTransforms
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.GeneratedImage
Assembly: DotNetNuke.dll
Syntax
public class DnnImageHandler : ImageHandler, IHttpHandler

Constructors

DnnImageHandler()

Declaration
[Obsolete("Deprecated in DotNetNuke 10.0.0. Please use overload with IServiceProvider. Scheduled removal in v12.0.0.")]
public DnnImageHandler()

DnnImageHandler(IServiceProvider, IApplicationStatusInfo)

Declaration
public DnnImageHandler(IServiceProvider serviceProvider, IApplicationStatusInfo appStatus)
Parameters
Type Name Description
IServiceProvider serviceProvider
IApplicationStatusInfo appStatus

Methods

GenerateImage(NameValueCollection)

Declaration
public override ImageInfo GenerateImage(NameValueCollection parameters)
Parameters
Type Name Description
NameValueCollection parameters
Returns
Type Description
ImageInfo
Overrides
ImageHandler.GenerateImage(NameValueCollection)

Implements

IHttpHandler

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS