Click or drag to resize
ActionResultRouteHandlerTService Class
Wrapper over IActionResultHttpHandlerResolver resolving appropriate IHttpHandler from services container.
Inheritance Hierarchy
SystemObject
  CMS.AspNet.Platform.RoutingActionResultRouteHandlerTService

Namespace: CMS.AspNet.Platform.Routing
Assembly: CMS.AspNet.Platform (in CMS.AspNet.Platform.dll) Version: 13.0.131
Syntax
C#
public class ActionResultRouteHandler<TService> : IRouteHandler
where TService : class, IActionResultService

Type Parameters

TService

The ActionResultRouteHandlerTService type exposes the following members.

Constructors
Methods
  NameDescription
Public methodGetHttpHandler
Resolves appropriate HTTP handler from services container.
Top
See Also