SystemTextJsonInputFormatter Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz von 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))
Parameter
- options
- JsonOptions
Die JsonOptions.
- logger
- ILogger<SystemTextJsonInputFormatter>
Die ILogger.