JsonHelper Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Default implementation of IJsonHelper.
public ref class JsonHelper : Microsoft::AspNetCore::Mvc::Rendering::IJsonHelper
public class JsonHelper : Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper
type JsonHelper = class
interface IJsonHelper
Public Class JsonHelper
Implements IJsonHelper
- Inheritance
-
JsonHelper
- Implements
Constructors
JsonHelper(JsonOutputFormatter, ArrayPool<Char>) |
Initializes a new instance of JsonHelper that is backed by |
Methods
Serialize(Object, JsonSerializerSettings) |
Returns serialized JSON for the |
Serialize(Object) |
Returns serialized JSON for the |