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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.