JSONResult StructureNFX Class Library

[This is preliminary documentation and is subject to change.]

Represents MVC action result that returns JSON object with options. If JSON options are not needed then just return CLR object directly from controller action without this wrapper

Namespace: NFX.Wave.MVC
Assembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public struct JSONResult : IActionResult
See Also