Table of Contents

Delegate RoutingErrorCallback

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

Represents the function that is called when an request reaches an error on the router.

public delegate HttpResponse RoutingErrorCallback(HttpContext context)

Parameters

context HttpContext

Returns

HttpResponse