MvcXmlOptions Klasa

Definicja

Zapewnia konfigurację dla formaterów 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)
Dziedziczenie
MvcXmlOptions
Implementuje

Uwagi

Ta klasa jest obecnie pusta.

Konstruktory

MvcXmlOptions()

Tworzy nowe wystąpienie klasy MvcXmlOptions.

Właściwości

AllowRfc7807CompliantProblemDetailsFormat

Pobiera lub ustawia wartość określającą, czy ProblemDetails i ValidationProblemDetails są serializowane w formacie zgodnym ze specyfikacją RFC 7807 (https://tools.ietf.org/html/rfc7807).

Metody

GetEnumerator()

Zapewnia konfigurację dla formaterów XML.

Jawne implementacje interfejsu

IEnumerable.GetEnumerator()

Zapewnia konfigurację dla formaterów XML.

IEnumerable<ICompatibilitySwitch>.GetEnumerator()

Zapewnia konfigurację dla formaterów XML.

Dotyczy