RegisteredScript Properties

 

Namespace:   System.Web.UI
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

NameDescription
System_CAPS_pubpropertyAddScriptTags

Gets a value that indicates whether the script block should be rendered on the Web page enclosed in <script> tags.

System_CAPS_pubpropertyControl

Gets the control that registered the script.

System_CAPS_pubpropertyKey

Gets the key that, together with the Type value, identifies the script.

System_CAPS_pubpropertyScript

Gets the file name of the script.

System_CAPS_pubpropertyScriptType

Gets the script type that indicates when the script is intended to be executed.

System_CAPS_pubpropertyType

Gets the client script type that, together with the Key value, identifies the script.

System_CAPS_pubpropertyUrl

Gets the URL of the script file.

Return to top
Show: