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.
- 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.