HttpRequestWrapper.Item[String] 屬性

定義

從 、 CookiesFormQueryString 集合中取得指定的物件ServerVariables

public:
 virtual property System::String ^ default[System::String ^] { System::String ^ get(System::String ^ key); };
public override string this[string key] { get; }
member this.Item(string) : string
Default Public Overrides ReadOnly Property Item(key As String) As String

參數

key
String

收集成員的名字。

屬性值

QueryString由 指定的 FormCookiesServerVariableskey集合成員。 若未找到指定 key 值,則 null 回傳。

適用於