WwwFormUrlDecoder Class

Parses a URL query string.

Syntax

public ref class WwwFormUrlDecoder sealed : IIterable<IWwwFormUrlDecoderEntry^ >, IVectorView<IWwwFormUrlDecoderEntry^ >  

Remarks

Use the WwwFormUrlDecoder class to break a query string into name-value pairs, based on the number and placement of “&” symbols. Each name-value pair is represented by an IWwwFormUrlDecoderEntry object.

Collection member lists

For JavaScript, WwwFormUrlDecoder has the members shown in the member lists. In addition, WwwFormUrlDecoder supports a length property, members of Array.prototype, and using an index to access items.

Requirements

Namespace: Windows.Foundation

Metadata: windows.winmd

See also

Reference

WwwFormUrlDecoder Members

Windows.Foundation Namespace