ScriptReferenceBase Class
.NET Framework 4.5
The base class for all script reference classes.
System.Object
System.Web.UI.ScriptReferenceBase
System.Web.UI.CompositeScriptReference
System.Web.UI.ScriptReference
System.Web.UI.ScriptReferenceBase
System.Web.UI.CompositeScriptReference
System.Web.UI.ScriptReference
Namespace: System.Web.UI
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
The ScriptReferenceBase type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | 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. |
![]() | Path | Gets or sets the path of the referenced client script file, relative to the Web page. |
![]() | ResourceUICultures | Gets or sets a comma-delimited list of UI cultures that are supported by the Path property. |
![]() | ScriptMode | Gets or sets the version of the client script file (release or debug) to use. |
| 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.) |
![]() | GetUrl | Infrastructure. Retrieves the URL that is rendered as the value of the src attribute of the script element. |
![]() | IsAjaxFrameworkScript | Determines whether the specified script reference is an ASP.NET AJAX script. |
![]() | IsFromSystemWebExtensions | Infrastructure. Obsolete. Indicates whether the composite script contains a reference to an ASP.NET AJAX framework script. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | ReplaceExtension | Replaces the file-name extension in the specified script path to designate a debug script. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
