Gets a ClientScriptManager object used to manage, register, and add script to the page.
Public ReadOnly Property ClientScript As ClientScriptManager
Dim instance As Page Dim value As ClientScriptManager value = instance.ClientScript
public ClientScriptManager ClientScript { get; }
public: property ClientScriptManager^ ClientScript { ClientScriptManager^ get (); }
public function get ClientScript () : ClientScriptManager
Use the ClientScript property to get a ClientScriptManager object that can be used to manage, register, and add script to a Web page. For more information, see the ClientScriptManager class.
The ClientScriptManager class is new in ASP.NET 2.0 and replaces Page class methods for managing scripts that are now deprecated.
For an example, see the ClientScriptManager class overview topic.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98