HttpPostFieldsCollectionItem Property
Get the HTTP POST field at given index in collection
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public HttpPostField this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As HttpPostField
Get
public:
property HttpPostField^ default[int index] {
HttpPostField^ get (int index);
}
member Item : HttpPostField with get
- index Int32
- The index in collection
HttpPostFieldThe HTTP POST field at the index or null if the index is out of bounds