共用方式為


UnvalidatedRequestValues.Files 屬性

定義

取得用戶端上傳檔案的集合,而不觸發 ASP.NET 要求驗證。

public:
 property System::Web::HttpFileCollection ^ Files { System::Web::HttpFileCollection ^ get(); };
public System.Web.HttpFileCollection Files { get; }
member this.Files : System.Web.HttpFileCollection
Public ReadOnly Property Files As HttpFileCollection

屬性值

HttpFileCollection

來自 HTTP 要求的檔案。

備註

重要

如果您使用此屬性,則必須手動檢查資料是否有潛在的跨網站腳本攻擊。

適用於