Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 740 Bytes

wwwformurldecoder_indexof_927506301.md

File metadata and controls

29 lines (20 loc) · 740 Bytes
-api-id -api-type
M:Windows.Foundation.WwwFormUrlDecoder.IndexOf(Windows.Foundation.IWwwFormUrlDecoderEntry,System.UInt32@)
winrt method

Windows.Foundation.WwwFormUrlDecoder.IndexOf

-description

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

-parameters

-param value

The name-value pair to get the index of.

-param index

The position in value.

-returns

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

-remarks

-examples

-see-also