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

A virtual file to support IVirtualImageProvider More...

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

Public Member Functions

Stream Open ()
 Returns an opened stream to the file contents. More...
 

Properties

string VirtualPath [get]
 The virtual path of the file (relative to the domain, like /app/folder/file.ext) More...
 

Detailed Description

A virtual file to support IVirtualImageProvider

Definition at line 10 of file IVirtualFile.cs.

Member Function Documentation

Stream ImageResizer.Plugins.IVirtualFile.Open ( )

Property Documentation

string ImageResizer.Plugins.IVirtualFile.VirtualPath
get

The virtual path of the file (relative to the domain, like /app/folder/file.ext)

Definition at line 14 of file IVirtualFile.cs.


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