System.Web.Hosting.VirtualPathProvider.GetFileHash Method

Returns a hash of the specified virtual paths.

Syntax

public virtual string GetFileHash (string virtualPath, IEnumerable virtualPathDependencies)

Parameters

virtualPath
The path to the primary virtual resource.
virtualPathDependencies
An array of paths to other virtual resources required by the primary virtual resource.

Returns

A hash of the specified virtual paths.

Remarks

Use the VirtualPathProvider.GetFileHash(string, IEnumerable) method to provide a hash of the dependencies for a virtual-file-system resource.

Requirements

Namespace: System.Web.Hosting
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0