Click or drag to resize

JSHelperAddLinkRef Method

Overload List
  NameDescription
Public methodStatic memberAddLinkRef(Page, String, Boolean)
Add stylesheet references to the page header. Note that application developers who want to limit browser caching should generally use the AddLinkRef(Page, String, String) overload and provide the AppCacheVer(IAppContext) as the cacheVer.
Public methodStatic memberAddLinkRef(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.
Public methodStatic memberAddLinkRef(Page, String, String, String, Boolean)
Add a stylesheet reference (or other links) to the page header. Note that application developers who want to limit browser caching should generally use the AddLinkRef(Page, String, String, String, String) overload and provide the AppCacheVer(IAppContext) as the cacheVer.
Public methodStatic memberAddLinkRef(Page, String, String, String, String)
Add a stylesheet reference (or other links) to the page header. Generally application stylesheet references should be added using the AddLinkRef(Page, String, String) overload and this overload only for other types of links. Note that application developers who want to limit browser caching should generally provide the AppCacheVer(IAppContext) as the cacheVer.
Top
See Also