Represents the name of a parameter in a URL query string.
public:
property String^ Name {
String^ get ();
}
Type: String
The name of a query string parameter. The Value property represents the corresponding value.
Namespace: Windows.Foundation
Metadata: windows.winmd
IWwwFormUrlDecoderEntry Interface