ScriptReferenceBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The base class for all script reference classes.
public ref class ScriptReferenceBase abstract
public abstract class ScriptReferenceBase
type ScriptReferenceBase = class
Public MustInherit Class ScriptReferenceBase
- Inheritance
-
ScriptReferenceBase
- Derived
Constructors
ScriptReferenceBase() |
Initializes a new instance of the ScriptReferenceBase class. |
Properties
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. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
GetUrl(ScriptManager, Boolean) |
Retrieves the URL that is rendered as the value of the |
IsAjaxFrameworkScript(ScriptManager) |
Determines whether the specified script reference is an ASP.NET AJAX script. |
IsFromSystemWebExtensions() |
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(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) |