RouteHandlerWrapperTHttpHandler Class |
Namespace: Kentico.Web.Mvc
public class RouteHandlerWrapper<THttpHandler> : IRouteHandler where THttpHandler : new(), IHttpHandler
The RouteHandlerWrapperTHttpHandler type exposes the following members.
Name | Description | |
---|---|---|
RouteHandlerWrapperTHttpHandler |
Name | Description | |
---|---|---|
GetHttpHandler |
Retrieves an instance of class implementing IHttpHandler interface,
based on the type specified in the constructor.
|