System.Web.HttpServerUtility.Execute Method

Executes the handler for the specified virtual path in the context of the current request and specifies whether to clear the HttpRequest.QueryString and HttpRequest.Form collections.

Syntax

public void Execute (string path, bool preserveForm)

Parameters

path
The URL path to execute.
preserveForm
true to preserve the HttpRequest.QueryString and HttpRequest.Form collections; false to clear the HttpRequest.QueryString and HttpRequest.Form collections.

Remarks

Documentation for this section has not yet been entered.

Requirements

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