XmlSerializerInputFormatter Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
XmlSerializerInputFormatter() |
Przestarzałe.
Inicjuje nowe wystąpienie klasy XmlSerializerInputFormatter. |
XmlSerializerInputFormatter(MvcOptions) |
Inicjuje nowe wystąpienie klasy XmlSerializerInputFormatter. |
XmlSerializerInputFormatter(Boolean) |
Przestarzałe.
Inicjuje nowe wystąpienie klasy XmlSerializerInputFormatter. |
XmlSerializerInputFormatter()
Przestroga
This constructor is obsolete and will be removed in a future version.
Inicjuje nowe wystąpienie klasy XmlSerializerInputFormatter.
public:
XmlSerializerInputFormatter();
public XmlSerializerInputFormatter ();
[System.Obsolete("This constructor is obsolete and will be removed in a future version.")]
public XmlSerializerInputFormatter ();
Public Sub New ()
- Atrybuty
Dotyczy
XmlSerializerInputFormatter(MvcOptions)
Inicjuje nowe wystąpienie klasy 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)
Parametry
- options
- MvcOptions
Element MvcOptions.
Dotyczy
XmlSerializerInputFormatter(Boolean)
Przestroga
This constructor is obsolete and will be removed in a future version.
Inicjuje nowe wystąpienie klasy 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)
Parametry
- suppressInputFormatterBuffering
- Boolean
Flaga buforowania całej treści żądania przed deserializacji.
- Atrybuty