C# Class Rock.Web.Fingerprint

Allows Static HTML Resources to have a Fingerprint so that we can set long cache expiration dates see http://madskristensen.net/post/cache-busting-in-aspnet
Show file Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
Tag ( string rootRelativePath ) : string

Tags the specified root relative path.

Method Details

Tag() public static method

Tags the specified root relative path.
public static Tag ( string rootRelativePath ) : string
rootRelativePath string The root relative path.
return string