HttpServerUtilityWrapper::Execute Method
Executes the handler for a specified resource in the context of the current request and returns execution to the process that invoked it.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Execute(IHttpHandler^, TextWriter^, Boolean) | Executes the specified handler in the context of the current process, using a TextWriter instance to capture output from the executed handler and a value that specifies whether to clear the QueryString and Form collections.(Overrides HttpServerUtilityBase::Execute(IHttpHandler^, TextWriter^, Boolean).) |
![]() | Execute(String^) | Executes the handler for the specified virtual path in the context of the current process.(Overrides HttpServerUtilityBase::Execute(String^).) |
![]() | Execute(String^, Boolean) | Executes the handler for the specified virtual path in the context of the current process and specifies whether to clear the QueryString and Form collections.(Overrides HttpServerUtilityBase::Execute(String^, Boolean).) |
![]() | Execute(String^, TextWriter^) | Executes the handler for the specified virtual path in the context of the current process, using a TextWriter instance to capture output from the executed handler.(Overrides HttpServerUtilityBase::Execute(String^, TextWriter^).) |
![]() | Execute(String^, TextWriter^, Boolean) | Executes the handler for the specified virtual path in the context of the current request, using a TextWriter instance to capture output from the page and a value that indicates whether to clear the QueryString and Form collections.(Overrides HttpServerUtilityBase::Execute(String^, TextWriter^, Boolean).) |
