Table of Contents

Delegate RouteAction

Namespace
Sisk.Core.Routing
Assembly
Sisk.Core.dll

Represents the function that is called after the route is matched with the request.

public delegate object RouteAction(HttpRequest request)

Parameters

request HttpRequest

The received request on the router.

Returns

object
Represents the function that is called after the route is matched with the request.

Constructors

RouteAction(object, nint)

Methods

BeginInvoke(HttpRequest, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(HttpRequest)