The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HttpApplication::AddOnPostRequestHandlerExecuteAsync Method
.NET Framework (current version)
Adds the specified PostRequestHandlerExecute event to the collection of asynchronous PostRequestHandlerExecute event handlers for the current request.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | AddOnPostRequestHandlerExecuteAsync(BeginEventHandler^, EndEventHandler^) | Adds the specified PostRequestHandlerExecute event to the collection of asynchronous PostRequestHandlerExecute event handlers for the current request. |
![]() | AddOnPostRequestHandlerExecuteAsync(BeginEventHandler^, EndEventHandler^, Object^) | Adds the specified PostRequestHandlerExecute event to the collection of asynchronous PostRequestHandlerExecute event handlers for the current request. |
Show:
