FileUpload.PostedFiles 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取已上载文件的集合。
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)
属性值
上载的文件集合。
- 属性