JsonOptions 类

定义

public ref class JsonOptions
public class JsonOptions
type JsonOptions = class
Public Class JsonOptions
继承
JsonOptions

构造函数

JsonOptions()

用于配置 SystemTextJsonInputFormatterSystemTextJsonOutputFormatter的选项。

属性

AllowInputFormatterExceptionMessages

获取或设置一个标志,用于确定是否将来自 JSON 反序列化的SystemTextJsonInputFormatter错误消息添加到 。ModelStateDictionary 如果 false为 ,则将改用一般错误消息。

JsonSerializerOptions

获取 JsonSerializerOptionsSystemTextJsonOutputFormatter使用的 SystemTextJsonInputFormatter

适用于