This documentation is archived and is not being maintained.
HttpServerUtility.Execute Method
Visual Studio 2010
Executes the handler for a specified resource in the context of the current request and returns execution to the page that invoked it.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Name | Description | |
---|---|---|
![]() |
Execute(String) | Executes the handler for the specified virtual path in the context of the current request. |
![]() |
Execute(String, Boolean) | Executes the handler for the specified virtual path in the context of the current request and specifies whether to clear the QueryString and Form collections. |
![]() |
Execute(String, TextWriter) | Executes the handler for the specified virtual path in the context of the current request. A TextWriter captures output from the executed handler. |
![]() |
Execute(IHttpHandler, TextWriter, Boolean) | Executes the handler for the specified virtual path in the context of the current request. A TextWriter captures output from the executed handler and a Boolean parameter specifies whether to clear the QueryString and Form collections. |
![]() |
Execute(String, TextWriter, Boolean) | Executes the handler for the specified virtual path in the context of the current request. A TextWriter captures output from the page and a Boolean parameter specifies whether to clear the QueryString and Form collections. |
Show: