ScriptResourceDefinition Properties
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
| 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. |
![]() | LoadSuccessExpression | Gets or sets a JavaScript expression that is used to detect whether a JavaScript file loaded successfully. |
![]() | 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. |
