 | CompiledViewFileHash Property |
The hash as returned from the VirtualPathProvider. This is if the VirtualPathProvider supports CacheDependency for the file.
Namespace: HandlebarsDotNet.MvcAssembly: HandlebarsDotNet.Mvc (in HandlebarsDotNet.Mvc.dll) Version: 1.0.0-beta
Syntaxpublic string FileHash { get; }
Public ReadOnly Property FileHash As String
Get
public:
property String^ FileHash {
String^ get ();
}
member FileHash : string with get
Property Value
Type:
String
See Also