| ClientScriptResourceAttribute Class |
Namespace: Kettic.AspNet
The ClientScriptResourceAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| ClientScriptResourceAttribute | ||
| ClientScriptResourceAttribute(String) |
Called from other constructors to set the prefix and the name.
| |
| ClientScriptResourceAttribute(String, String) |
Associates a client script resource with the class.
| |
| ClientScriptResourceAttribute(String, Type, String) |
Associates a client script resource with the class.
|
| Name | Description | |
|---|---|---|
| IsDefaultAttribute | (Overrides AttributeIsDefaultAttribute.) |
| 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.
|