Provides a run-time object that exposes client events and manages client components that are registered with the application. The members of this object are available globally after the client application has been initialized. The members can be invoked without creating an instance of the class.
Registers a component with the application and initializes it if the component is not already initialized.
Creates a history point and adds it to the browser's history stack.
Raised after all scripts have been loaded but before objects are created.
Raised after all scripts have been loaded and after the objects in the application have been created and initialized.
Occurs when the user clicks the browser's Back or Forward button.
Raised before all objects in the client application are disposed, typically when the DOM window.unload event is raised.
Instructs the application to start creating components.
Called by the Sys.Application.beginUpdate Method to indicate that the process of setting component properties of the application has begun.
Releases resources and dependencies held by the client application.
Releases resources and dependencies associated with an element and its child nodes.
The element to dispose.
A boolean value used to determine whether to dispose of the element and its child nodes or to dispose only its child nodes.
Instructs the application to finalize component creation.
Called by the Sys.Application.endCreateComponents Method to indicate that the process of updating the application has completed.
Returns the specified Component object. This member is static and can be invoked without creating an instance of the class.
A Component object that contains the component requested by ID, if found; otherwise, null.
Returns the specified Component object. This member is static and can be invoked without creating an instance of the class.
A Component object that contains the component requested by ID, if found; otherwise, null.
Returns an array of all components that have been registered with the application by using the addComponent method. This member is static and can be invoked without creating an instance of the class.
Gets or sets a value that indicates whether the Web application supports history point management.
boolean
Gets a value that indicates whether the application is in the process of creating components. This member is static and can be invoked without creating an instance of the class.
boolean
Gets a value that indicates whether the application is in the process of disposing its resources. This member is static and can be invoked without creating an instance of the class.
boolean
This function supports the client-script infrastructure and is not intended to be used directly from your code.
Called by a referenced script to indicate that it has been loaded. This API is obsolete. You no longer need to call this method in order to notify the Microsoft Ajax Library that the JavaScript file has been loaded.
Raises the load event. This member is static and can be invoked without creating an instance of the class.
Raises the Sys.INotifyPropertyChange.propertyChanged event.
Registers with the application an object that will require disposing. This member is static and can be invoked without creating an instance of the class.
Removes the object from the application and disposes the object if it is disposable. This member is static and can be invoked without creating an instance of the class.
Raised after all scripts have been loaded but before objects are created.
Raised after all scripts have been loaded and after the objects in the application have been created and initialized.
Occurs when the user clicks the browser's Back or Forward button.
Raised before all objects in the client application are disposed, typically when the DOM window.unload event is raised.
Gets or sets a value that indicates whether the Web application supports history point management.
true to allow the Web application to support history points, or false to not allow history points.
Unregisters a disposable object from the application. This member is static and can be invoked without creating an instance of the class.
Called by the Sys.Application.endUpdate method as a placeholder for additional logic.
Provides information about the current Web browser. The Sys.Browser object determines which browser is being used and provides some information about it. You can use this object to help customize your code to the unique requirements or capabilities of the browser.
Gets an object that represents the user agent of the browser.
Gets a value that indicates the document compatibility mode of the browser.
Gets the name of the browser.