Click or drag to resize

JSHelperAppCacheVer Method

Gets a version string to manage browser caching of css and js files.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string AppCacheVer(
	IAppContext cxt
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.

Return Value

Type: String
The version string to add to a url to ensure proper version caching.
See Also