UrlRoutingModule::PostResolveRequestCache Method (HttpContextBase^)
.NET Framework (current version)
Matches the HTTP request to a route, retrieves the handler for that route, and sets the handler as the HTTP handler for the current request.
Assembly: System.Web (in System.Web.dll)
Parameters
- context
-
Type:
System.Web::HttpContextBase^
Encapsulates all HTTP-specific information about an individual HTTP request.
The PostResolveRequestCache method is called when the PostResolveRequestCache event is raised.
.NET Framework
Available since 3.5
Available since 3.5
Show: