Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
Execute Method

  Switch on low bandwidth view
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
HttpServerUtility..::.Execute Method

Executes the handler for a specified resource in the context of the current request and returns execution to the page that invoked it.

  NameDescription
Public methodExecute(String) Executes the handler for the specified virtual path in the context of the current request.
Public methodExecute(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.
Public methodExecute(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.
Public methodExecute(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.
Public methodExecute(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.
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker