JsonOptions 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public ref class JsonOptions
public class JsonOptions
type JsonOptions = class
Public Class JsonOptions
- 继承
-
JsonOptions
构造函数
JsonOptions() |
用于配置 SystemTextJsonInputFormatter 和 SystemTextJsonOutputFormatter的选项。 |
属性
AllowInputFormatterExceptionMessages |
获取或设置一个标志,用于确定是否将来自 JSON 反序列化的SystemTextJsonInputFormatter错误消息添加到 。ModelStateDictionary 如果 |
JsonSerializerOptions |
获取 JsonSerializerOptions 和 SystemTextJsonOutputFormatter使用的 SystemTextJsonInputFormatter 。 |