This documentation is archived and is not being maintained.
ScriptReference Properties
Visual Studio 2010
The ScriptReference type exposes the following members.
| Name | Description | |
|---|---|---|
|
Assembly | Gets or sets the name of the assembly that contains the client script file as an embedded resource. |
|
IgnoreScriptPath | Obsolete. Gets or sets a value that indicates whether the ScriptPath property is included in the URL when you register a client script file from a resource. |
|
Name | Gets or sets the name of the embedded resource that contains the client script file. |
|
NotifyScriptLoaded | 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.) |
|
Path | Gets or sets the path of the referenced client script file, relative to the Web page. (Inherited from ScriptReferenceBase.) |
|
ResourceUICultures | Gets or sets a comma-delimited list of UI cultures that are supported by the Path property. (Inherited from ScriptReferenceBase.) |
|
ScriptMode | Gets or sets the version of the client script file (release or debug) to use. (Inherited from ScriptReferenceBase.) |
Show: