RegisterClientScriptInclude Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Web.UI Namespace
ClientScriptManager Class
ClientScriptManager Methods
RegisterClientScriptInclude ...
RegisterClientScriptInclude Me ...
RegisterClientScriptInclude Me ...
ClientScriptManager Methods ...
GetCallbackEventReference Meth ...
GetPostBackClientHyperlink Met ...
GetPostBackEventReference Meth ...
GetWebResourceUrl Method
IsClientScriptBlockRegistered ...
IsClientScriptIncludeRegistere ...
IsOnSubmitStatementRegistered ...
IsStartupScriptRegistered Meth ...
RegisterArrayDeclaration Metho ...
RegisterClientScriptBlock Meth ...
RegisterClientScriptInclude Me ...
RegisterClientScriptResource M ...
RegisterExpandoAttribute Metho ...
RegisterForEventValidation Met ...
RegisterHiddenField Method
RegisterOnSubmitStatement Meth ...
RegisterStartupScript Method
ValidateEvent Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
ClientScriptManager
.
.
::
.
RegisterClientScriptInclude Method
Registers the client script include with the
Page
object.
Overload List
Name
Description
RegisterClientScriptInclude(String, String)
Registers the client script with the
Page
object using a key and a URL.
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
ClientScriptManager Class
ClientScriptManager Members
System.Web.UI Namespace
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.
Tags :
type
javascript
script
include
vbscript