Associates a client script resource with an extender class. This allows the extender to find it's associated script and what names and prefixes with which to reference it.

Namespace:  AjaxControlToolkit
Assembly:  AjaxControlToolkit (in AjaxControlToolkit.dll) Version: 1.0.10920.38393 (1.0.10920.0)

Syntax

C#
public sealed class ClientScriptResourceAttribute : Attribute
Visual Basic (Declaration)
Public NotInheritable Class ClientScriptResourceAttribute _
	Inherits Attribute
Visual C++
public ref class ClientScriptResourceAttribute sealed : public Attribute

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    AjaxControlToolkit..::.ClientScriptResourceAttribute

See Also