WwwFormUrlDecoder.GetFirstValueByName Method

Gets the first name-value pair that has the specified name in the current URL query string.

Syntax

public:
String^ GetFirstValueByName(
         String^ name
)  

Parameters

name
Type: String 

  The name of the value to get.

Return value

Type: String 

  The value that corresponds with name.

Requirements

Namespace: Windows.Foundation

Metadata: windows.winmd

See also

Reference

WwwFormUrlDecoder Class

WwwFormUrlDecoder Members

Windows.Foundation Namespace