Delegate RoutingErrorCallback
Represents the function that is called when an request reaches an error on the router.
public delegate HttpResponse RoutingErrorCallback(HttpContext context)
Parameters
context
HttpContext- Represents the function that is called when an request reaches an error on the router.
Returns
- HttpResponse
- Represents the function that is called when an request reaches an error on the router.