JsonHelper Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Implémentation par défaut de 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
- Héritage
-
JsonHelper
- Implémente
Constructeurs
JsonHelper(JsonOutputFormatter, ArrayPool<Char>) |
Initialise une nouvelle instance de JsonHelper qui est soutenue par |
Méthodes
Serialize(Object, JsonSerializerSettings) |
Retourne json sérialisé pour . |
Serialize(Object) |
Retourne json sérialisé pour . |