Table of Contents

Method SendTo

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

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 RouteAction

Defines the RouteAction method which will handle this request.

Returns

object