RouteHandlerWrapperTHttpHandlerGetHttpHandler Method |
Retrieves an instance of class implementing IHttpHandler interface,
based on the type specified in the constructor.
Namespace: Kentico.Web.MvcAssembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 13.0.131
Syntax public IHttpHandler GetHttpHandler(
RequestContext requestContext
)
Parameters
- requestContext
- Type: System.Web.RoutingRequestContext
An object that encapsulates information about the request.
Return Value
Type:
IHttpHandlerReturns class that can process a request.
Implements
IRouteHandlerGetHttpHandler(RequestContext)See Also