ClientScriptManager Members
Defines methods for managing client-side scripts in Web applications.
The following tables list the members exposed by the ClientScriptManager type.
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| GetCallbackEventReference | Overloaded. Obtains a reference to a client-side function that, when invoked, initiates a client call back to a server-side event. |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetPostBackClientHyperlink | Overloaded. Gets a reference, with javascript: appended to the beginning of it, that can be used in a client event to post back to the server. |
| GetPostBackEventReference | Overloaded. Returns a string that can be used in a client event to cause postback to the server. |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| GetWebResourceUrl | Gets a URL reference to a server-side resource. |
| IsClientScriptBlockRegistered | Overloaded. Determines whether the client script block is registered with the Page object. |
| IsClientScriptIncludeRegistered | Overloaded. Determines whether the client script include is registered with the Page object. |
| IsOnSubmitStatementRegistered | Overloaded. Determines whether the OnSubmit statement is registered with the Page object. |
| IsStartupScriptRegistered | Overloaded. Determines whether the startup script is registered with the Page object. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| RegisterArrayDeclaration | Registers a JavaScript array declaration with the Page object using an array name and array value. |
| RegisterClientScriptBlock | Overloaded. Registers the client script with the Page object. |
| RegisterClientScriptInclude | Overloaded. Registers the client script include with the Page object. |
| RegisterClientScriptResource | Registers the client script resource with the Page object using a type and a resource name. |
| RegisterExpandoAttribute | Overloaded. Registers a name/value pair as a custom (expando) attribute of the specified control. |
| RegisterForEventValidation | Overloaded. Registers an event reference for validation. |
| RegisterHiddenField | Registers a hidden value with the Page object. |
| RegisterOnSubmitStatement | Registers an OnSubmit statement with the Page object using a type, a key, and a script literal. The statement executes when the HtmlForm is submitted. |
| RegisterStartupScript | Overloaded. Registers the startup script with the Page object. |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| ValidateEvent | Overloaded. Validates a client-side event. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |