TargetControl Constructor (String, String) |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic TargetControl(
string id,
string value
)
Public Sub New (
id As String,
value As String
)
public:
TargetControl(
String^ id,
String^ value
)
new :
id : string *
value : string -> TargetControl
Parameters
- id
- Type: SystemString
- value
- Type: SystemString
See Also