MvcJsonOptions 类

定义

为 MVC 框架中的 JSON 提供编程配置。

public ref class MvcJsonOptions
public ref class MvcJsonOptions : System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Mvc::Infrastructure::ICompatibilitySwitch ^>
public class MvcJsonOptions
public class MvcJsonOptions : System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Mvc.Infrastructure.ICompatibilitySwitch>
type MvcJsonOptions = class
type MvcJsonOptions = class
    interface seq<ICompatibilitySwitch>
    interface IEnumerable
Public Class MvcJsonOptions
Public Class MvcJsonOptions
Implements IEnumerable(Of ICompatibilitySwitch)
继承
MvcJsonOptions
实现

构造函数

MvcJsonOptions()

创建 MvcJsonOptions 的新实例。

属性

AllowInputFormatterExceptionMessages

获取或设置一个标志,用于确定是否将 来自 JSON 反序列化的JsonInputFormatter错误消息添加到 。ModelStateDictionary 默认值为 false,这意味着将改用一般错误消息。

SerializerSettings

Newtonsoft.Json.JsonSerializerSettings获取此应用程序使用的 。

显式接口实现

IEnumerable.GetEnumerator()

为 MVC 框架中的 JSON 提供编程配置。

IEnumerable<ICompatibilitySwitch>.GetEnumerator()

为 MVC 框架中的 JSON 提供编程配置。

扩展方法

UseCamelCasing(MvcJsonOptions, Boolean)

为 MVC 框架中的 JSON 提供编程配置。

UseMemberCasing(MvcJsonOptions)

为 MVC 框架中的 JSON 提供编程配置。

适用于