Gets all form fields names.
Namespace:
EasyAlgo.EAUploadAssembly: EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.2.0
Syntax
| C# |
|---|
public string[] AllKeys { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property AllKeys As String() |
Field Value
Type: System..::.String[]The string array that contains names of all form fields.
