Gets the form field value by its name.

Namespace:  EasyAlgo.EAUpload
Assembly:  EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.2.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..::.String
The 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.

See Also