ScriptCompressionModule.RegisterClientScriptResource

Embeds a link to a script resource into the page including the script tags. Uses Page.ClientScript so the link is embedded into the page content rather than the header.

Preferrably use ClientScriptProxy.RegisterClientScriptInclude instead as it provides more options (including placement in header)

public static void RegisterClientScriptResource(Type type,
	string resourceName)

Parameters

type

resourceName


See also:

Class ScriptCompressionModule

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic