IRequest Properties
.NET Framework 4.5
Top
The IRequest type exposes the following members.
| Name | Description | |
|---|---|---|
|
Cookies | Gets the cookies for this request. |
|
Form | Gets the form for this request. |
|
Headers | Gets the headers for this request. |
|
Items | Gets state for the current HTTP request. |
|
QueryString | Gets the querystring for this request. |
|
Url | Gets the url for this request. |
|
User | Gets security information for the current HTTP request. |
Show: