JavaScriptResourceHandler.GetJavaScriptGlobalResourcesUrl

Returns a URL to the JavaScriptResourceHandler.axd handler that retrieves normalized resources for a given resource set and localeId and creates a JavaScript object with the name specified.

This function returns only the URL - you're responsible for embedding the URL into the page as a script tag to actually load the resources.

public static string GetJavaScriptGlobalResourcesUrl(string varName,
	string resourceSet,
	string localeId,
	ResourceProviderTypes resourceType)

Parameters

varName

resourceSet

localeId

resourceType

Overloads:


See also:

Class JavaScriptResourceHandler

© West Wind Technologies, 2006 - 2019 • Updated: 01/25/18
Comment or report problem with topic