HttpFileCollection.GetMultiple(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回符合指定名稱的所有檔案。
public:
System::Collections::Generic::IList<System::Web::HttpPostedFile ^> ^ GetMultiple(System::String ^ name);
public System.Collections.Generic.IList<System.Web.HttpPostedFile> GetMultiple (string name);
member this.GetMultiple : string -> System.Collections.Generic.IList<System.Web.HttpPostedFile>
Public Function GetMultiple (name As String) As IList(Of HttpPostedFile)
參數
- name
- String
要比對的名稱。
傳回
檔案的集合。
備註
此方法會在每次呼叫時傳回新的集合實例。 每個要求的每個名稱都應該呼叫這個方法一次。