XmlSerializerInputFormatter Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
XmlSerializerInputFormatter() |
Veraltet.
Initialisiert eine neue instance von XmlSerializerInputFormatter. |
XmlSerializerInputFormatter(MvcOptions) |
Initialisiert eine neue Instanz von XmlSerializerInputFormatter. |
XmlSerializerInputFormatter(Boolean) |
Veraltet.
Initialisiert eine neue Instanz von XmlSerializerInputFormatter. |
XmlSerializerInputFormatter()
Achtung
This constructor is obsolete and will be removed in a future version.
Initialisiert eine neue instance von XmlSerializerInputFormatter.
public:
XmlSerializerInputFormatter();
public XmlSerializerInputFormatter ();
[System.Obsolete("This constructor is obsolete and will be removed in a future version.")]
public XmlSerializerInputFormatter ();
Public Sub New ()
- Attribute
Gilt für:
XmlSerializerInputFormatter(MvcOptions)
Initialisiert eine neue Instanz von XmlSerializerInputFormatter.
public:
XmlSerializerInputFormatter(Microsoft::AspNetCore::Mvc::MvcOptions ^ options);
public XmlSerializerInputFormatter (Microsoft.AspNetCore.Mvc.MvcOptions options);
new Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter : Microsoft.AspNetCore.Mvc.MvcOptions -> Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter
Public Sub New (options As MvcOptions)
Parameter
- options
- MvcOptions
Die MvcOptions.
Gilt für:
XmlSerializerInputFormatter(Boolean)
Achtung
This constructor is obsolete and will be removed in a future version.
Initialisiert eine neue Instanz von XmlSerializerInputFormatter.
public:
XmlSerializerInputFormatter(bool suppressInputFormatterBuffering);
public XmlSerializerInputFormatter (bool suppressInputFormatterBuffering);
[System.Obsolete("This constructor is obsolete and will be removed in a future version.")]
public XmlSerializerInputFormatter (bool suppressInputFormatterBuffering);
new Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter : bool -> Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter
[<System.Obsolete("This constructor is obsolete and will be removed in a future version.")>]
new Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter : bool -> Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter
Public Sub New (suppressInputFormatterBuffering As Boolean)
Parameter
- suppressInputFormatterBuffering
- Boolean
Flag, um den gesamten Anforderungstext zu puffern, bevor er deserialisiert wird.
- Attribute