ImageResizer  3.4.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | Protected Attributes | List of all members
ImageResizer.Plugins.CloudFront.CloudFrontPlugin Class Reference

Allows querystrings to be expressed with '/' or ';' instead of '?', allow the querystring to survive the cloudfront guillotine. Since IIS can't stand '&' symbols in the path, you have to replace both '?' and '&' with ';' Later I hope to include control adapters to automate the process. More...

Inheritance diagram for ImageResizer.Plugins.CloudFront.CloudFrontPlugin:
Inheritance graph
[legend]
Collaboration diagram for ImageResizer.Plugins.CloudFront.CloudFrontPlugin:
Collaboration graph
[legend]

Public Member Functions

IPlugin Install (Configuration.Config c)
 
bool Uninstall (Configuration.Config c)
 
- 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...
 

Protected Attributes

string redirectThrough = null
 
bool redirectPermanent = false
 

Detailed Description

Allows querystrings to be expressed with '/' or ';' instead of '?', allow the querystring to survive the cloudfront guillotine. Since IIS can't stand '&' symbols in the path, you have to replace both '?' and '&' with ';' Later I hope to include control adapters to automate the process.

Definition at line 16 of file CloudFrontPlugin.cs.


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