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.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodExecute(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).)

System_CAPS_pubmethodExecute(String^)

Executes the handler for the specified virtual path in the context of the current process.(Overrides HttpServerUtilityBase::Execute(String^).)

System_CAPS_pubmethodExecute(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).)

System_CAPS_pubmethodExecute(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^).)

System_CAPS_pubmethodExecute(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).)

Return to top
Show: