C# Class Phun.Routing.ResourceVirtualPathProvider

Allow for mapping of contents to our resources.
Inheritance: System.Web.Hosting.VirtualPathProvider
Afficher le fichier Open project: noogen/phuncms Class Usage Examples

Méthodes publiques

Méthode Description
FileExists ( string virtualPath ) : bool

Files the exists.

GetCacheDependency ( string virtualPath, IEnumerable virtualPathDependencies, System.DateTime utcStart ) : System.Web.Caching.CacheDependency

Creates a cache dependency based on the specified virtual paths.

GetFile ( string virtualPath ) : System.Web.Hosting.VirtualFile

Gets a virtual file from the virtual file system.

ResourceVirtualPathProvider ( ) : System

Initializes a new instance of the ResourceVirtualPathProvider class.

Private Methods

Méthode Description
IsEmbeddedResourcePath ( string virtualPath ) : bool

Determines whether [is embedded resource path] [the specified virtual path].

Method Details

FileExists() public méthode

Files the exists.
public FileExists ( string virtualPath ) : bool
virtualPath string The virtual path.
Résultat bool

GetCacheDependency() public méthode

Creates a cache dependency based on the specified virtual paths.
public GetCacheDependency ( string virtualPath, IEnumerable virtualPathDependencies, System.DateTime utcStart ) : System.Web.Caching.CacheDependency
virtualPath string The path to the primary virtual resource.
virtualPathDependencies IEnumerable An array of paths to other resources required by the primary virtual resource.
utcStart System.DateTime The UTC time at which the virtual resources were read.
Résultat System.Web.Caching.CacheDependency

GetFile() public méthode

Gets a virtual file from the virtual file system.
public GetFile ( string virtualPath ) : System.Web.Hosting.VirtualFile
virtualPath string The path to the virtual file.
Résultat System.Web.Hosting.VirtualFile

ResourceVirtualPathProvider() public méthode

Initializes a new instance of the ResourceVirtualPathProvider class.
public ResourceVirtualPathProvider ( ) : System
Résultat System