HttpRequest::Filter Property
.NET Framework (current version)
Gets or sets the filter to use when reading the current input stream.
Assembly: System.Web (in System.Web.dll)
| Exception | Condition |
|---|---|
| HttpException | The specified Stream is invalid. |
The following code example creates two new classes, QQQ1 and QQQ2 that filter the InputStream. Put the classes into the Global.asax file in an ASP.NET application's directory so that all input for all ASP.NET Web pages in the application will be filtered.
.NET Framework
Available since 1.1
Available since 1.1
Show: