[]
        
(Showing Draft Content)

C1.Web.Mvc.Serialization.JsonConvertHelper

JsonConvertHelper Class

The json convert helper.

Inheritance
JsonConvertHelper
Namespace: C1.Web.Mvc.Serialization
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public static class JsonConvertHelper

Methods

Name Description
C1Json(Controller, object, bool)

Creates a Microsoft.AspNetCore.Mvc.JsonResult object that serializes the specified data object to JSON.

C1Json(object, bool)

Creates a Microsoft.AspNetCore.Mvc.JsonResult object that serializes the specified data object to JSON.