MvcXmlOptions 类

定义

为 XML 格式化程序提供配置。

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

注解

此类当前为空。

构造函数

MvcXmlOptions()

创建 MvcXmlOptions 的新实例。

属性

AllowRfc7807CompliantProblemDetailsFormat

获取或设置一个值,该值指示 和 ValidationProblemDetails 是否ProblemDetails以符合 RFC 7807 规范 (https://tools.ietf.org/html/rfc7807) 的格式进行序列化。

方法

GetEnumerator()

为 XML 格式化程序提供配置。

显式接口实现

IEnumerable.GetEnumerator()

为 XML 格式化程序提供配置。

IEnumerable<ICompatibilitySwitch>.GetEnumerator()

为 XML 格式化程序提供配置。

适用于