HttpPostFieldsCollectionItem Property

Get the HTTP POST field at given index in collection

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public HttpPostField this[
	int index
] { get; }

Parameters

index  Int32
The index in collection

Return Value

HttpPostField
The HTTP POST field at the index or null if the index is out of bounds

See Also