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
)
Public Shared Function AppCacheVer (
cxt As IAppContext
) As String
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context.
Return Value
Type:
StringThe version string to add to a url to ensure proper version caching.
See Also