WwwFormUrlDecoder.First Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.