Gets the form field value by its name.
Namespace:
EasyAlgo.EAUploadAssembly: EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.0.0
Syntax
| C# |
|---|
public string this[ string Name ] { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Default Property Item ( _ Name As String _ ) As String |
Parameters
- Name
- Type: System..::.String
The string name of required form field.
Field Value
Type: System..::.StringThe string that contains a value of the form field.
Remarks
This property returns nullNothingnullptra null reference (Nothing in Visual Basic) if the specified key is not found.
