Click or drag to resize

DynamicwebHttpHandler Class

DynamicwebHttpHandler is the http handler that executes all frontend page views in Dynamicweb.
Inheritance Hierarchy
SystemObject
  Dynamicweb.FrontendDynamicwebHttpHandler

Namespace:  Dynamicweb.Frontend
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.10.0
Syntax
public class DynamicwebHttpHandler : IHttpHandler, 
	IRequiresSessionState

The DynamicwebHttpHandler type exposes the following members.

Constructors
  NameDescription
Public methodDynamicwebHttpHandler
Initializes a new instance of the DynamicwebHttpHandler class
Top
Properties
  NameDescription
Public propertyIsReusable
Gets a value indicating whether another request can use the IHttpHandler instance.
Top
Methods
  NameDescription
Public methodProcessRequest
Enables processing of HTTP Web requests by a custom HttpHandler that implements the IHttpHandler interface.
Top
See Also