WwwFormUrlDecoderEntry.Value 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 URL 查詢字串中的具名值。 請改用 IWwwFormUrlDecoderEntry 介面版本 (IWwwFormUrlDecoderEntry.Value) ;請參閱。
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
屬性值
對應至 Name 屬性的查詢參數值。