Image Resizer : API Documentation

Type IVirtualImageProvider

Namespace ImageResizer.Plugins

Implement this to allow your class (or VirtualPathProvider subclass) to be used without registering it with the whole ASP.NET system.

Methods

Public instance methods

bool FileExists(string virtualPath, NameValueCollection queryString)

Returns true if the specified file exists.

IVirtualFile GetFile(string virtualPath, NameValueCollection queryString)

Returns a virtual file instance for the specified path and querystring.