This documentation is archived and is not being maintained.
ScriptResourceDefinition Properties
Visual Studio 2010
The ScriptResourceDefinition type exposes the following members.
| Name | Description | |
|---|---|---|
|
CdnDebugPath | Gets or sets the debug mode path of the script resource on a content delivery network (CDN). |
|
CdnPath | Gets or sets the release mode path of a script resource on a content delivery network (CDN). |
|
CdnSupportsSecureConnection | Gets or set a value that indicates to the ScriptManager whether a script resource should be accessed using a secure connection to the content delivery network (CDN) path when the page is accessed using HTTPS. |
|
DebugPath | Gets or sets the debug mode path of the script resource that is used when debug mode is enabled. |
|
Path | Gets or set the release mode path of the script resource. |
|
ResourceAssembly | Gets or sets an assembly object that contains the script resource. |
|
ResourceName | Gets or sets the name of the script resource in the specified resource assembly. |
Show: