ClientScriptManager.RegisterClientScriptInclude Method
.NET Framework (current version)
Registers the client script include with the Page object.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
![]() | RegisterClientScriptInclude(Type, String, String) | Registers the client script include with the Page object using a type, a key, and a URL. |
Show:
