SystemTextJsonInputFormatter Constructeur
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.
Initialise une nouvelle instance de SystemTextJsonInputFormatter.
public:
SystemTextJsonInputFormatter(Microsoft::AspNetCore::Mvc::JsonOptions ^ options, Microsoft::Extensions::Logging::ILogger<Microsoft::AspNetCore::Mvc::Formatters::SystemTextJsonInputFormatter ^> ^ logger);
public SystemTextJsonInputFormatter (Microsoft.AspNetCore.Mvc.JsonOptions options, Microsoft.Extensions.Logging.ILogger<Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter> logger);
new Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter : Microsoft.AspNetCore.Mvc.JsonOptions * Microsoft.Extensions.Logging.ILogger<Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter> -> Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter
Public Sub New (options As JsonOptions, logger As ILogger(Of SystemTextJsonInputFormatter))
Paramètres
- options
- JsonOptions
L’JsonOptionsopérateur
- logger
- ILogger<SystemTextJsonInputFormatter>
L’ILoggeropérateur