WwwFormUrlDecoder.Size Property

Gets the number of the name-value pairs in the current URL query string.

Syntax

public:
property uint32 Size {
         uint32 get ();
}  

Property value

Type: uint32 

  The number of the name-value pairs.

Remarks

Name-value pairs are represented by IWwwFormUrlDecoderEntry objects.

Requirements

Namespace: Windows.Foundation

Metadata: windows.winmd

See also

Reference

WwwFormUrlDecoder Class

WwwFormUrlDecoder Members

Windows.Foundation Namespace