ClientScriptManager.RegisterClientScriptInclude Method (System.Web.UI)

Switch View :
ScriptFree
.NET Framework Class Library
ClientScriptManager.RegisterClientScriptInclude Method

Registers the client script include with the Page object.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method RegisterClientScriptInclude(String, String) Registers the client script with the Page object using a key and a URL, which enables the script to be called from the client.
Public method RegisterClientScriptInclude(Type, String, String) Registers the client script include with the Page object using a type, a key, and a URL.
Top
See Also

Reference