共用方式為


HttpRequestWrapper.Item[String] 屬性

定義

CookiesFormQueryStringServerVariables 集合取得指定的物件。

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

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

屬性值

String

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

適用於