VirtualPathProvider.GetFileHash Method (String, IEnumerable)
.NET Framework (current version)
Returns a hash of the specified virtual paths.
Assembly: System.Web (in System.Web.dll)
Public Overridable Function GetFileHash ( virtualPath As String, virtualPathDependencies As IEnumerable ) As 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: