ClientScriptResourceAttribute Constructor (String) |
Called from other constructors to set the prefix and the name.
Namespace: Kettic.AspNetAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic ClientScriptResourceAttribute(
string componentType
)
Public Sub New (
componentType As String
)
public:
ClientScriptResourceAttribute(
String^ componentType
)
new :
componentType : string -> ClientScriptResourceAttribute
Parameters
- componentType
- Type: SystemString
The name given to the class in the Web.TypeDescriptor.addType call
See Also