This documentation is archived and is not being maintained.
RegisteredScript Properties
Visual Studio 2010
The RegisteredScript type exposes the following members.
| Name | Description | |
|---|---|---|
|
AddScriptTags | Gets a value that indicates whether the script block should be rendered on the Web page enclosed in <script> tags. |
|
Control | Gets the control that registered the script. |
|
Key | Gets the key that, together with the Type value, identifies the script. |
|
Script | Gets the file name of the script. |
|
ScriptType | Gets the script type that indicates when the script is intended to be executed. |
|
Type | Gets the client script type that, together with the Key value, identifies the script. |
|
Url | Gets the URL of the script file. |
Show: