Mediachase FileUploader.NET 1.9 Framework Help

FormInfo.Item Property

Gets the request field information by the field name.

[Visual Basic]
Public Default ReadOnly Property Item( _
   ByVal FieldName As String _
) As FormFieldInfo
[C#]
public FormFieldInfo this[
   string FieldName
] {get;}

Parameters

FieldName
Field name.

Remarks

Field Name is case-insensitive string. So "Content-Disposition" equals "CONTENT-DISPOSITION".

See Also

FormInfo Class | Mediachase.FileUploader Namespace