Image Resizer : API Documentation

Type DiagnosticMode

Namespace ImageResizer.Plugins.Basic

Parent Enum

Determines when the diagnostics page can be viewed.

Fields

Public fields

int value__

return int

DiagnosticMode None

Diagnostics are disabled
return DiagnosticMode

DiagnosticMode Localhost

Only local requests can access diagnostics
return DiagnosticMode

DiagnosticMode AllHosts

All hosts can view diagnostics.
return DiagnosticMode