Defines methods that ASP.NET server controls must implement to define ECMAScript (JavaScript) resources in Microsoft ASP.NET AJAX.
Syntax
CSharp
VisualBasic
ManagedCPlusPlus
JSharp
Members
Remarks
When implemented by a class, the methods of the IScriptControl interface provide references to script libraries that define client components and script descriptors that represent instances of client types. Implement this interface in custom server controls that will include script control functionality.
For more information, see Adding Client Capabilities to a Web Server Control by Using ASP.NET AJAX Extensions.
Assembly: System.Web.Extensions (Module: System.Web.Extensions)