HttpServerUtilityBase::Execute Method
When overridden in a derived class, 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) | When overridden in a derived class, 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. |
![]() | Execute(String^) | When overridden in a derived class, executes the handler for the specified virtual path in the context of the current process. |
![]() | Execute(String^, Boolean) | When overridden in a derived class, 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. |
![]() | Execute(String^, TextWriter^) | When overridden in a derived class, 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. |
![]() | Execute(String^, TextWriter^, Boolean) | When overridden in a derived class, 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. |
