JavaScriptResourceHandler.RegisterJavaScriptGlobalResources

Inserts global resources into the current page.

public static void RegisterJavaScriptGlobalResources(Control control,
	string varName,
	string resourceSet,
	string localeId,
	ResourceProviderTypes resourceType)

Parameters

control
A control (typically) page needed to embed into the page

varName
Name of the variable generated

resourceSet
Name of the resourceSet to load

localeId
The Locale for which to load resources. Normalized from most specific to Invariant

resourceType
Resx or DbResourceProvider (database)

Overloads:


See also:

Class JavaScriptResourceHandler

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