다음을 통해 공유


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>

업로드된 파일의 컬렉션입니다.

특성

적용 대상