FileUpload.PostedFiles プロパティ

定義

アップロードされたファイルのコレクションを取得します。

public:
 property System::Collections::Generic::IList<System::Web::HttpPostedFile ^> ^ PostedFiles { System::Collections::Generic::IList<System::Web::HttpPostedFile ^> ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Collections.Generic.IList<System.Web.HttpPostedFile> PostedFiles { get; }
[<System.ComponentModel.Browsable(false)>]
member this.PostedFiles : System.Collections.Generic.IList<System.Web.HttpPostedFile>
Public ReadOnly Property PostedFiles As IList(Of HttpPostedFile)

プロパティ値

IList<HttpPostedFile>

アップロードされたファイルのコレクション。

属性

適用対象