This documentation is archived and is not being maintained.
ScriptResourceDefinition Class
Visual Studio 2010
Defines the location of a script resource.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
The ScriptResourceDefinition type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ScriptResourceDefinition | Initializes a new instance of the ScriptResourceDefinition class. |
| 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:


