UrlRoutingModule.PostResolveRequestCache(HttpContextBase) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
virtual void PostResolveRequestCache(System::Web::HttpContextBase ^ context);
public virtual void PostResolveRequestCache (System.Web.HttpContextBase context);
abstract member PostResolveRequestCache : System.Web.HttpContextBase -> unit
override this.PostResolveRequestCache : System.Web.HttpContextBase -> unit
Public Overridable Sub PostResolveRequestCache (context As HttpContextBase)
Parameters
- context
- HttpContextBase
Encapsulates all HTTP-specific information about an individual HTTP request.
Remarks
The PostResolveRequestCache method is called when the PostResolveRequestCache event is raised.
Applies to
See also
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.