StopRoutingHandler.IRouteHandler.GetHttpHandler(RequestContext) 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.
Returns the object that processes the request.
virtual System::Web::IHttpHandler ^ System.Web.Routing.IRouteHandler.GetHttpHandler(System::Web::Routing::RequestContext ^ requestContext) = System::Web::Routing::IRouteHandler::GetHttpHandler;
System.Web.IHttpHandler IRouteHandler.GetHttpHandler (System.Web.Routing.RequestContext requestContext);
abstract member System.Web.Routing.IRouteHandler.GetHttpHandler : System.Web.Routing.RequestContext -> System.Web.IHttpHandler
override this.System.Web.Routing.IRouteHandler.GetHttpHandler : System.Web.Routing.RequestContext -> System.Web.IHttpHandler
Function GetHttpHandler (requestContext As RequestContext) As IHttpHandler Implements IRouteHandler.GetHttpHandler
Parameters
- requestContext
- RequestContext
An object that encapsulates information about the request.
Returns
An object that processes the request.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the StopRoutingHandler instance is cast to an IRouteHandler interface.
Applies to
See also
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.