Click or drag to resize

JSHelperAddLinkRef Method (Page, String, String)

Add stylesheet references to the page header. Generally application developers who want to limit browser caching should provide the AppCacheVer(IAppContext) as the cacheVer.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void AddLinkRef(
	Page page,
	string href,
	string cacheVer
)

Parameters

page
Type: System.Web.UIPage
The page to which to add the reference.
href
Type: SystemString
The stylesheet file path.
cacheVer
Type: SystemString
The cache version parameter to add to the link, generally obtained from AppCacheVer(IAppContext).
See Also