ClientScriptResourceAttribute Constructor (String, String) |
Associates a client script resource with the class.
Namespace: Kettic.AspNetAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic ClientScriptResourceAttribute(
string componentType,
string fullResourceName
)
Public Sub New (
componentType As String,
fullResourceName As String
)
public:
ClientScriptResourceAttribute(
String^ componentType,
String^ fullResourceName
)
new :
componentType : string *
fullResourceName : string -> ClientScriptResourceAttribute
Parameters
- componentType
- Type: SystemString
The name given to the class in the Web.TypeDescriptor.addType call - fullResourceName
- Type: SystemString
The name of the script resource, e.g. 'ControlLibrary1.FooExtender.Foo.js'
See Also