| DynamicwebRouteHandlerGetHttpHandler Method |
Provides the object that processes the request.
Namespace:
Dynamicweb.AspNet.Notifications
Assembly:
Dynamicweb.AspNet (in Dynamicweb.AspNet.dll) Version: 4.0.0
Syntax public IHttpHandler GetHttpHandler(
RequestContext requestContext
)
Public Function GetHttpHandler (
requestContext As RequestContext
) As IHttpHandler
Parameters
- requestContext
- Type: System.Web.RoutingRequestContext
An object that encapsulates information about the request.
Return Value
Type:
IHttpHandlerAn object that processes the request.
See Also