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

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

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

Public Member Functions

bool FileExists (string virtualPath, NameValueCollection queryString)
 Returns true if the specified file exists. More...
 
IVirtualFile GetFile (string virtualPath, NameValueCollection queryString)
 Returns a virtual file instance for the specified path and querystring. More...
 

Detailed Description

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

Definition at line 11 of file IVirtualImageProvider.cs.

Member Function Documentation

bool ImageResizer.Plugins.IVirtualImageProvider.FileExists ( string  virtualPath,
NameValueCollection  queryString 
)
IVirtualFile ImageResizer.Plugins.IVirtualImageProvider.GetFile ( string  virtualPath,
NameValueCollection  queryString 
)

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