Click or drag to resize
RouteHandlerWrapperTHttpHandler Class
Enable classes implementing IHttpHandler interface to be used as IRouteHandler.
Inheritance Hierarchy
SystemObject
  Kentico.Web.MvcRouteHandlerWrapperTHttpHandler

Namespace: Kentico.Web.Mvc
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public class RouteHandlerWrapper<THttpHandler> : IRouteHandler
where THttpHandler : new(), IHttpHandler

Type Parameters

THttpHandler
Class implementing IHttpHandler interface.

The RouteHandlerWrapperTHttpHandler type exposes the following members.

Constructors
Methods
  NameDescription
Public methodGetHttpHandler
Retrieves an instance of class implementing IHttpHandler interface, based on the type specified in the constructor.
Top
See Also