DynamicDataRouteHandler.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 handler that processes ASP.NET Dynamic Data route patterns.
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
The context information that is associated with the Web request.
Returns
The handler that processes ASP.NET Dynamic Data route patterns.
Implements
Remarks
This method implements the GetHttpHandler interface method.
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.