RequiredScriptAttribute Constructor (String) |
Namespace: Kettic.AspNetAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic RequiredScriptAttribute(
string scriptName
)
Public Sub New (
scriptName As String
)
public:
RequiredScriptAttribute(
String^ scriptName
)
new :
scriptName : string -> RequiredScriptAttribute
Parameters
- scriptName
- Type: SystemString
See Also