VirtualPathProvider.GetFileHash Method (String, IEnumerable)
.NET Framework (current version)
Returns a hash of the specified virtual paths.
Assembly: System.Web (in System.Web.dll)
abstract GetFileHash : virtualPath:string * virtualPathDependencies:IEnumerable -> string override GetFileHash : virtualPath:string * virtualPathDependencies:IEnumerable -> string
Parameters
- virtualPath
-
Type:
System.String
The path to the primary virtual resource.
- virtualPathDependencies
-
Type:
System.Collections.IEnumerable
An array of paths to other virtual resources required by the primary virtual resource.
Use the GetFileHash method to provide a hash of the dependencies for a virtual-file-system resource.
.NET Framework
Available since 2.0
Available since 2.0
Show: