Udostępnij za pośrednictwem


XmlSerializerInputFormatter Konstruktory

Definicja

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()

Źródło:
XmlSerializerInputFormatter.cs
Źródło:
XmlSerializerInputFormatter.cs

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)

Źródło:
XmlSerializerInputFormatter.cs
Źródło:
XmlSerializerInputFormatter.cs
Źródło:
XmlSerializerInputFormatter.cs

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)

Źródło:
XmlSerializerInputFormatter.cs
Źródło:
XmlSerializerInputFormatter.cs

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

Dotyczy