C# Class Serenity.Web.ContentHashCache

Static class which contains javascript helper functions
Exibir arquivo Open project: volkanceylan/Serenity Class Usage Examples

Public Methods

Method Description
ResolveWithHash ( string contentUrl ) : string
ScriptsChanged ( ) : void

Private Methods

Method Description
ContentHashCache ( ) : System
GetFileSHA1 ( string filePath ) : string

Method Details

ResolveWithHash() public static method

public static ResolveWithHash ( string contentUrl ) : string
contentUrl string
return string

ScriptsChanged() public static method

public static ScriptsChanged ( ) : void
return void