FormDataCollectionAdd Method (String, String) |
Adds form data to the collection.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public void Add(
string fieldName,
string fieldValue
)
Public Sub Add (
fieldName As String,
fieldValue As String
)
Parameters
- fieldName
- Type: SystemString
The field name of the form object. - fieldValue
- Type: SystemString
The value of the field object.
Remarks Use this to add data other than images that might be needed for any server-side scripting.
See Also