SystemTextJsonInputFormatter Constructor

Definition

Initializes a new instance of 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))

Parameters

options
JsonOptions

The JsonOptions.

Applies to