ImageResizer  3.4.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | List of all members
ImageResizer.Plugins.Basic.ImageInfoAPI Class Reference
Inheritance diagram for ImageResizer.Plugins.Basic.ImageInfoAPI:
Inheritance graph
[legend]
Collaboration diagram for ImageResizer.Plugins.Basic.ImageInfoAPI:
Collaboration graph
[legend]

Public Member Functions

IPlugin Install (Configuration.Config c)
 
bool Uninstall (Configuration.Config c)
 
IEnumerable< string > GetSupportedQuerystringKeys ()
 If the plugin reads any values from the querystring, the names of the keys should be specified here. This information is required so that the HttpModule knows when to handle an image request. More...
 
- Public Member Functions inherited from ImageResizer.Plugins.IPlugin
IPlugin Install (Config c)
 Installs the plugin in the specified Config instance. The plugin must handle all the work of loading settings, registering the plugin etc. More...
 
bool Uninstall (Config c)
 Uninstalls the plugin. Should reverse all changes made during Install More...
 

Detailed Description

Definition at line 11 of file ImageInfoAPI.cs.

Member Function Documentation

IEnumerable<string> ImageResizer.Plugins.Basic.ImageInfoAPI.GetSupportedQuerystringKeys ( )
inline

If the plugin reads any values from the querystring, the names of the keys should be specified here. This information is required so that the HttpModule knows when to handle an image request.

Returns

Implements ImageResizer.Plugins.IQuerystringPlugin.

Definition at line 92 of file ImageInfoAPI.cs.

92  {
93  return new string[] { "getinfo" };
94  }

The documentation for this class was generated from the following file: