This documentation is archived and is not being maintained.
ScriptReference Methods
Visual Studio 2010
The ScriptReference type exposes the following members.
| 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. (Overrides ScriptReferenceBase::GetUrl(ScriptManager, Boolean).) |
|
IsAjaxFrameworkScript | Determines whether the script reference is an AJAX script. (Overrides ScriptReferenceBase::IsAjaxFrameworkScript(ScriptManager).) |
|
IsFromSystemWebExtensions | Infrastructure. Obsolete. Indicates whether the composite script contains a reference to an ASP.NET AJAX framework script. (Overrides ScriptReferenceBase::IsFromSystemWebExtensions().) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the value of the Name property, the Path property, or the type name. (Overrides Object::ToString().) |
Show: