Stops processing the page.
This stops procesing the page at this point.This aborts the current thread of execution and forces the pipeline to flush all the output that it has accumulated so far.
Unlike System.Web.HttpApplication.CompleteRequest this forces an immediate termination, while complete request is used to stop further stages of the application pipeline from executing and is typically used by module developers.
This call does not return.
Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0