MvcXmlOptions Klasse

Definition

Stellt die Konfiguration für XML-Formatierer bereit.

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)
Vererbung
MvcXmlOptions
Implementiert

Hinweise

Diese Klasse ist derzeit leer.

Konstruktoren

MvcXmlOptions()

Erstellt eine neue Instanz von MvcXmlOptions.

Eigenschaften

AllowRfc7807CompliantProblemDetailsFormat

Ruft einen Wert ab, der angibt, ob ProblemDetails und in einem Format serialisiert werden, ValidationProblemDetails das mit der RFC 7807-Spezifikation (https://tools.ietf.org/html/rfc7807) konform ist, oder legt einen Wert fest.

Methoden

GetEnumerator()

Stellt die Konfiguration für XML-Formatierer bereit.

Explizite Schnittstellenimplementierungen

IEnumerable.GetEnumerator()

Stellt die Konfiguration für XML-Formatierer bereit.

IEnumerable<ICompatibilitySwitch>.GetEnumerator()

Stellt die Konfiguration für XML-Formatierer bereit.

Gilt für: