UrlRoutingModule::PostResolveRequestCache Method (HttpContextBase^)

 

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.

Namespace:   System.Web.Routing
Assembly:  System.Web (in System.Web.dll)

public:
virtual void PostResolveRequestCache(
	HttpContextBase^ context
)

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
Return to top
Show: