Class DnnImageHandler
Inheritance
DnnImageHandler
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
[Obsolete("Deprecated in DotNetNuke 10.2.2. Please use overload with IHostSettings. Scheduled removal in v12.0.0.")]
public DnnImageHandler(IServiceProvider serviceProvider, IApplicationStatusInfo appStatus)
Parameters
DnnImageHandler(IServiceProvider, IApplicationStatusInfo, IPortalAliasService)
Declaration
public DnnImageHandler(IServiceProvider serviceProvider, IApplicationStatusInfo appStatus, IPortalAliasService portalAliasService)
Parameters
Methods
GenerateImage(NameValueCollection)
Declaration
public override ImageInfo GenerateImage(NameValueCollection parameters)
Parameters
Returns
Overrides
Implements
Extension Methods