This documentation is archived and is not being maintained.
UrlRoutingModule::PostMapRequestHandler Method
Visual Studio 2010
Note: This API is now obsolete.
Assigns the HTTP handler for the current request to the context.
Assembly: System.Web (in System.Web.dll)
[ObsoleteAttribute(L"This method is obsolete. Override the Init method to use the PostMapRequestHandler event.")] public: virtual void PostMapRequestHandler( HttpContextBase^ context )
Parameters
- context
- Type: System.Web::HttpContextBase
Encapsulates all HTTP-specific information about an individual HTTP request.
| Exception | Condition |
|---|---|
| InvalidOperationException | The RouteData::RouteHandler property for the route is nullptr. |
The PostMapRequestHandler method is called when the PostMapRequestHandler event is raised.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: