CompositeScriptReference Properties

 

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

NameDescription
System_CAPS_pubpropertyNotifyScriptLoaded

Obsolete. Gets or sets a value that indicates whether the ScriptResourceHandler object automatically adds code at the end of the ECMAScript (JavaScript) file to call the client NotifyScriptLoaded method of the Sys.Application class.(Inherited from ScriptReferenceBase.)

System_CAPS_pubpropertyPath

Gets or sets the path of the referenced client script file, relative to the Web page.(Inherited from ScriptReferenceBase.)

System_CAPS_pubpropertyResourceUICultures

Gets or sets a comma-delimited list of UI cultures that are supported by the Path property.(Inherited from ScriptReferenceBase.)

System_CAPS_pubpropertyScriptMode

Gets or sets the version of the client script file (release or debug) to use.(Inherited from ScriptReferenceBase.)

System_CAPS_pubpropertyScripts

Gets a collection of script references that are contained in the composite script object.

Return to top
Show: