WwwFormUrlDecoder.IndexOf Method

Gets a value indicating whether the specified IWwwFormUrlDecoderEntry is at the specified index in the current URL query string.

Syntax

public:
bool IndexOf(
         IWwwFormUrlDecoderEntry^ value,
         out uint32 index
)  

Parameters

value
Type: IWwwFormUrlDecoderEntry 

The name-value pair to get the index of.

index
Type: uint32 

  The position in value.

Return value

Type: bool 

  true if value is at the position specified by index; otherwise, false.

Requirements

Namespace: Windows.Foundation

Metadata: windows.winmd

See also

Reference

WwwFormUrlDecoder Class

WwwFormUrlDecoder Members

Windows.Foundation Namespace