WwwFormUrlDecoder.First Method

Definition

Gets an iterator that represents the first name-value pair in the current URL query string.

public:
 virtual IIterator<IWwwFormUrlDecoderEntry ^> ^ First() = IIterable<IWwwFormUrlDecoderEntry ^>::First;
IIterator<IWwwFormUrlDecoderEntry> First();
public IIterator<IWwwFormUrlDecoderEntry> First();
function first()
Public Function First () As IIterator(Of IWwwFormUrlDecoderEntry)

Returns

The first name-value pair.

Implements

Applies to