ScriptReferenceBase Class
The base class for all script reference classes.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
System.Web.UI::ScriptReferenceBase
System.Web.UI::CompositeScriptReference
System.Web.UI::ScriptReference
| Name | Description | |
|---|---|---|
![]() | ScriptReferenceBase() | Initializes a new instance of the ScriptReferenceBase class. |
| 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | GetUrl(ScriptManager^, Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Retrieves the URL that is rendered as the value of the src attribute of the script element. |
![]() | IsAjaxFrameworkScript(ScriptManager^) | Determines whether the specified script reference is an ASP.NET AJAX script. |
![]() | IsFromSystemWebExtensions() | Obsolete. This API supports the product infrastructure and is not intended to be used directly from your code. Indicates whether the composite script contains a reference to an ASP.NET AJAX framework script. |
![]() | MemberwiseClone() | |
![]() ![]() | ReplaceExtension(String^) | 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.) |
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



