HttpRequest.Item[String] 屬性

定義

QueryStringFormCookiesServerVariables 集合取得指定的物件。

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

要取得之集合成員的名稱。

屬性值

String

QueryString 參數中指定的 FormCookiesServerVariableskey 集合成員。 如果找不到指定的 key,則會傳回 null

適用於