UnvalidatedRequestValuesWrapper::Form Property
.NET Framework (current version)
Gets the collection of form variables that the client submitted, without triggering ASP.NET request validation.
Assembly: System.Web (in System.Web.dll)
public: property NameValueCollection^ Form { virtual NameValueCollection^ get() override; }
Property Value
Type: System.Collections.Specialized::NameValueCollection^The form variables from the HTTP request.
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:
