SystemTextJsonInputFormatter Constructor
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.
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.
- logger
- ILogger<SystemTextJsonInputFormatter>
The ILogger.