HttpApplication::AddOnMapRequestHandlerAsync Method
.NET Framework (current version)
Adds the specified MapRequestHandler event to the collection of asynchronous MapRequestHandler event handlers for the current request.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | AddOnMapRequestHandlerAsync(BeginEventHandler^, EndEventHandler^) | Adds the specified MapRequestHandler event to the collection of asynchronous MapRequestHandler event handlers for the current request. |
![]() | AddOnMapRequestHandlerAsync(BeginEventHandler^, EndEventHandler^, Object^) | Adds the specified MapRequestHandler event to the collection of asynchronous MapRequestHandler event handlers for the current request. |
AddOnMapRequestHandlerAsync is introduced in the .NET Framework version 3.5. For more information, see .NET Framework Versions and Dependencies.
Show:
