Image Resizer : API Documentation

Type Diagnostic

Namespace ImageResizer.Plugins.Basic

Interfaces IPlugin

Provides the incredibly helpful /resizer.debug page we all love. Mimics the behavior of customErrors by default. Not available if CustomErrors=true or retail=true. Available only to localhost if customErrors=RemoteOnly. Can be overriden by adding in the section

Methods

Public instance methods

bool AllowResponse(HttpContext context)

True if diagnostics can be displayed to the current user. If , returns false. If , returns false for remote requests If , returns true. If unspecified, uses the same behavior as ASP.NET Custom Errors.