Search
ClientManager Members
Constructors Fields Methods
 


Adds references to common scripts.

The following tables list the members exposed by the ClientManager type.

 Public Constructors

  Name Description

ClientManager

Initializes a new instance of the ClientManager class.

 Public Fields

  Name Description

AddScriptReferences

Gets or sets a value indicating whether the control should render references to the client scripts.

ClientScriptMode

Gets or sets a value indicating which library will be used in the control's client-side scripts. The default value is ClientScriptMode.MsAjax.

JQueryLocation

Gets or sets the URL to the JQuery script file.

MsAjaxLocation

Gets or sets the URL to the Microsoft Ajax script file.

 Public Methods

  Name Description

AddScriptsToPage

Adds references to common scripts to the provided page.

 See Also