IWwwFormUrlDecoderEntry.Value 属性

定义

表示 URL 查询字符串中的命名值。

public:
 property Platform::String ^ Value { Platform::String ^ get(); };
winrt::hstring Value();
public string Value { get; }
var string = iWwwFormUrlDecoderEntry.value;
Public ReadOnly Property Value As String

属性值

String

Platform::String

winrt::hstring

Name 属性对应的查询参数的值。

适用于

另请参阅