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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.