UnvalidatedRequestValuesWrapper::Item Property (String^)
.NET Framework (current version)
Gets the specified object from the Form, Cookies, QueryString, or ServerVariables collection, without triggering ASP.NET request validation.
Assembly: System.Web (in System.Web.dll)
public: property String^ default[ String^ field ] { virtual String^ get(String^ field) override; }
Parameters
- field
-
Type:
System::String^
The key of the object to retrieve.
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:
