| SetValueAction Constructor (String, String) |
Creates a new instance of SetValueAction by specifying a target HTML input element and a value to apply to it
Namespace:
Dynamicweb.Management.Actions
Assembly:
Dynamicweb.Management (in Dynamicweb.Management.dll) Version: 4.0.2
Syntax public SetValueAction(
string target,
string value
)
Public Sub New (
target As String,
value As String
)
Parameters
- target
- Type: SystemString
The target HTML Element - value
- Type: SystemString
The value to apply
See Also