UnvalidatedRequestValuesWrapper::Files Property
.NET Framework (current version)
Gets the collection of files that the client uploaded, without triggering ASP.NET request validation.
Assembly: System.Web (in System.Web.dll)
public: property HttpFileCollectionBase^ Files { virtual HttpFileCollectionBase^ get() override; }
Security Note
|
|---|
If you use this property, you must manually check the data for potential cross-site scripting attacks. |
.NET Framework
Available since 4.5
Available since 4.5
Show:
