| ClientScriptResourceAttribute Properties |
The ClientScriptResourceAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
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".
|
|
|
LoadOrder | |
|
|
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.
|