WwwFormUrlDecoderEntry.Name 屬性

定義

表示 URL 查詢字串中的參數名稱。 請改用 IWwwFormUrlDecoderEntry 介面版本 (IWwwFormUrlDecoderEntry.Name) ;請參閱。

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

屬性值

String

Platform::String

winrt::hstring

查詢字串參數的名稱。 Value屬性代表對應的值。

實作

適用於

另請參閱