ValueCollectionParameterReader.Read(NameValueCollection) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將名稱 / 值組的集合轉譯為表示方法參數值的物件陣列。
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 參數。