Class ImageHandler
Assembly: DotNetNuke.dll
Syntax
public abstract class ImageHandler : IHttpHandler
Constructors
ImageHandler()
Declaration
Properties
AllowStandalone
Declaration
public bool AllowStandalone { get; set; }
Property Value
AllowedDomains
Declaration
public string[] AllowedDomains { get; set; }
Property Value
ClientCacheExpiration
Declaration
public TimeSpan ClientCacheExpiration { get; set; }
Property Value
ContentType
Declaration
public ImageFormat ContentType { get; set; }
Property Value
EnableClientCache
Declaration
public bool EnableClientCache { get; set; }
Property Value
EnableIPCount
Declaration
public bool EnableIPCount { get; set; }
Property Value
EnableServerCache
Declaration
public bool EnableServerCache { get; set; }
Property Value
IPCountMaxCount
Declaration
public int IPCountMaxCount { get; set; }
Property Value
IPCountPurgeInterval
Declaration
public TimeSpan IPCountPurgeInterval { get; set; }
Property Value
ImageCompression
Declaration
public long ImageCompression { get; set; }
Property Value
Declaration
protected List<ImageTransform> ImageTransforms { get; }
Property Value
IsReusable
Declaration
public virtual bool IsReusable { get; }
Property Value
LogSecurity
Declaration
public bool LogSecurity { get; set; }
Property Value
Methods
GenerateImage(NameValueCollection)
Declaration
public abstract ImageInfo GenerateImage(NameValueCollection parameters)
Parameters
Returns
ProcessRequest(HttpContext)
Declaration
public void ProcessRequest(HttpContext context)
Parameters
Implements
Extension Methods