Method SendTo
SendTo(RouteAction)
Calls another handler for this request, preserving the current call-stack frame, and then returns the response from it. This method manages to prevent possible stack overflows.
public object SendTo(RouteAction otherCallback)
Parameters
otherCallback
RouteActionDefines the RouteAction method which will handle this request.