Click or drag to resize

DynamicwebRouteHandler Class

DynamicwebRouteHandler handles routing of requests to Default.aspx and returns a DynamicwebHttpHandler.
Inheritance Hierarchy
SystemObject
  Dynamicweb.FrontendDynamicwebRouteHandler

Namespace:  Dynamicweb.Frontend
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.10.0
Syntax
public class DynamicwebRouteHandler : IRouteHandler

The DynamicwebRouteHandler type exposes the following members.

Constructors
  NameDescription
Public methodDynamicwebRouteHandler
Initializes a new instance of the DynamicwebRouteHandler class
Top
Methods
  NameDescription
Public methodGetHttpHandler
Provides the object that processes the request.
Top
See Also