WwwFormUrlDecoderEntry.Value 属性

定义

表示 URL 查询字符串中的命名值。 请改用 IWwwFormUrlDecoderEntry.Value) (IWwwFormUrlDecoderEntry 接口版本;请参阅备注。

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

属性值

String

Platform::String

winrt::hstring

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

实现

适用于

另请参阅