共用方式為


ValueCollectionParameterReader.Read(NameValueCollection) 方法

定義

將名稱 / 值組的集合轉譯為表示方法參數值的物件陣列。

protected:
 cli::array <System::Object ^> ^ Read(System::Collections::Specialized::NameValueCollection ^ collection);
protected object[] Read (System.Collections.Specialized.NameValueCollection collection);
override this.Read : System.Collections.Specialized.NameValueCollection -> obj[]
Protected Function Read (collection As NameValueCollection) As Object()

參數

collection
NameValueCollection

NameValueCollection 物件,指定包含方法參數名稱和值的名稱 / 值組集合。

傳回

Object[]

Object 物件的陣列,表示方法參數值。

備註

Read方法是由 Read 兩個衍生自、和之類別中定義的方法所呼叫 ValueCollectionParameterReader UrlParameterReader HtmlFormParameterReader 。 這兩個類別的 Read 方法會採用 HttpRequest 參數。

適用於