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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.