ImageResizer  3.4.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Properties | List of all members
ImageResizer.Configuration.IUrlEventArgs Interface Reference
Inheritance diagram for ImageResizer.Configuration.IUrlEventArgs:
Inheritance graph
[legend]

Properties

NameValueCollection QueryString [get, set]
 
string VirtualPath [get, set]
 Domain-relative path which also includes the path info portion. I.e, '/app/folder/file.aspx/path/info' could be a valid value. Relative to the domain root, not the site or app root. More...
 

Detailed Description

Definition at line 8 of file IUrlEventArgs.cs.

Property Documentation

string ImageResizer.Configuration.IUrlEventArgs.VirtualPath
getset

Domain-relative path which also includes the path info portion. I.e, '/app/folder/file.aspx/path/info' could be a valid value. Relative to the domain root, not the site or app root.

Definition at line 13 of file IUrlEventArgs.cs.


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