UnvalidatedRequestValuesBase::Form Property
.NET Framework (current version)
When overridden in a derived class, gets the collection of form variables that the client submitted, without triggering ASP.NET request validation.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Collections.Specialized::NameValueCollection^The form variables from the HTTP request.
| Exception | Condition |
|---|---|
| NotImplementedException | The property is not implemented. |
Notes to Inheritors:
If you override this property in a derived class, you must manually check the data for potential cross-site scripting attacks.
.NET Framework
Available since 4.5
Available since 4.5
Show: