4 references to RegisterClientScriptInclude
System.Web (2)
UI\ClientScriptManager.cs (2)
812
RegisterClientScriptInclude
(typeof(Page), key, url);
844
RegisterClientScriptInclude
(type, key, url);
System.Web.Extensions (2)
UI\ClientScriptManagerWrapper.cs (1)
43
_clientScriptManager.
RegisterClientScriptInclude
(type, key, url);
UI\ScriptRegistrationManager.cs (1)
218
control.Page.ClientScript.
RegisterClientScriptInclude
(type, key, url);