WwwFormUrlDecoder.GetAt Method

Gets the name-value pair at the specified index in the current URL query string.

Syntax

public:
IWwwFormUrlDecoderEntry^ GetAt(
         uint32 index
)  

Parameters

index
Type: uint32 

  The index of the name-value pair.

Return value

Type: IWwwFormUrlDecoderEntry 

The name-value pair at the position specified by index.

Requirements

Namespace: Windows.Foundation

Metadata: windows.winmd

See also

Reference

WwwFormUrlDecoder Class

WwwFormUrlDecoder Members

Windows.Foundation Namespace