HttpRequest.Item[String] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從 QueryString、Form、Cookies 或 ServerVariables 集合取得指定的物件。
public:
property System::String ^ default[System::String ^] { System::String ^ get(System::String ^ key); };
public string this[string key] { get; }
member this.Item(string) : string
Default Public ReadOnly Property Item(key As String) As String
參數
- key
- String
要取得之集合成員的名稱。
屬性值
在 QueryString 參數中指定的 Form、Cookies、ServerVariables 或 key
集合成員。 如果找不到指定的 key
,則會傳回 null
。