Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Controllers.ControllerImpl.ReturnSuccess Method

Return a JSON object indicating success.

Class: YetaWF.Core.Controllers.ControllerImpl
Namespace: YetaWF.Core.Controllers
Assembly: YetaWF.Core

Syntax

protected ActionResult ReturnSuccess();

Return Value

This is used with client-side code when a JSON object is expected.

See Also YetaWF.Core.Controllers.ControllerImpl ClassYetaWF.Core Overview