JsonOptions Class
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.
Options to configure SystemTextJsonInputFormatter and SystemTextJsonOutputFormatter.
public ref class JsonOptions
public class JsonOptions
type JsonOptions = class
Public Class JsonOptions
- Inheritance
-
JsonOptions
Constructors
JsonOptions() |
Properties
AllowInputFormatterExceptionMessages |
Gets or sets a flag to determine whether error messages from JSON deserialization by the
SystemTextJsonInputFormatter will be added to the ModelStateDictionary. If
|
JsonSerializerOptions |
Gets the JsonSerializerOptions used by SystemTextJsonInputFormatter and SystemTextJsonOutputFormatter. |