IResponse Methods |
The IResponse type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddHeader |
Adds an HTTP header to the current response.
|
![]() | Clear |
Clears all headers and content output from the current response.
|
![]() | End |
Sends all currently buffered output to the client, stops execution of the requested process.
|
![]() | Redirect |
Redirects a request to the specified URL and specifies whether execution of the current process should terminate.
|
![]() | RedirectPermanent |
Performs a permanent redirect from the requested URL to the specified URL, and provides the option to complete the response.
|