ClientScriptProxy.RegisterClientScriptResourceInHeader

Inserts a client script resource into the Html header of the page rather than into the body as RegisterClientScriptInclude does.

Scripts references are embedded at the bottom of the Html Header after any manually added header scripts.

public void RegisterClientScriptResourceInHeader( Control control,
	Type type,
	string resourceName,
	string comment );

Parameters

control

type

resourceName

comment


See also:

Class ClientScriptProxy


  Last Updated: 2/21/2008 | © West Wind Technologies, 2008