ImageResizer  3.4.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | List of all members
ImageResizer.Plugins.IQuerystringPlugin Interface Reference

For plugins that access the query string (important!) More...

Inheritance diagram for ImageResizer.Plugins.IQuerystringPlugin:
Inheritance graph
[legend]

Public Member Functions

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...
 

Detailed Description

For plugins that access the query string (important!)

Definition at line 10 of file IQuerystringPlugin.cs.

Member Function Documentation

IEnumerable<string> ImageResizer.Plugins.IQuerystringPlugin.GetSupportedQuerystringKeys ( )

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