共用方式為


QueryStringAttribute.Key 屬性

定義

取得查詢字串值的索引鍵。

public:
 property System::String ^ Key { System::String ^ get(); };
public string Key { get; }
member this.Key : string
Public ReadOnly Property Key As String

屬性值

查詢字串值的索引鍵。

備註

如需搭配Web Form使用模型系結的教學課程系列,請參閱模型系結和Web Form

適用於