.NET Framework Class Library
ClientScriptManager..::.RegisterClientScriptInclude Method

Registers the client script include with the Page object.

Overload List

  NameDescription
Public methodRegisterClientScriptInclude(String, String)Registers the client script with the Page object using a key and a URL.
Public methodRegisterClientScriptInclude(Type, String, String)Registers the client script include with the Page object using a type, a key, and a URL.
Top
See Also

Reference

Tags :


Community Content

Bebo
Hard coded to type=""text/javascript""
Via reflector, it appears that this function is hard coded to include scripts as type=""text/javascript"". If you wish to include vbscript files, create your own script include statement and then use RegisterClientScriptBlock.

Page view tracker