Processes the callback request. This method should be called from the backend controller.
Namespace: DayPilot.Web.MvcAssembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Syntax
| C# |
|---|
public ActionResult CallBack( Controller c ) |
| Visual Basic |
|---|
Public Function CallBack ( _ c As Controller _ ) As ActionResult |
| Visual C++ |
|---|
public: ActionResult^ CallBack( Controller^ c ) |
Parameters
- c
- Type: Controller