Click or drag to resize
ClientScriptResourceAttribute Properties

The ClientScriptResourceAttribute type exposes the following members.

Properties
  Name Description
Public property ComponentType
The component type name to use when referencing the component class in XML. If the XML reference is "<myns:Foo/>", the component type is "Foo".
Public property LoadOrder
Public property ResourcePath
This is the path to the resource in the assembly. This is usually defined as [default namespace].[Folder name].FileName. In a project called "ControlLibrary1", a JScript file called Foo.js in the "Script" subdirectory would be named "ControlLibrary1.Script.Foo.js" by default.
Top
See Also