XmlSerializerInputFormatter Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
XmlSerializerInputFormatter() |
Obsolète.
Initialise une nouvelle instance de XmlSerializerInputFormatter. |
XmlSerializerInputFormatter(MvcOptions) |
Initialise une nouvelle instance de XmlSerializerInputFormatter. |
XmlSerializerInputFormatter(Boolean) |
Obsolète.
Initialise une nouvelle instance de XmlSerializerInputFormatter. |
XmlSerializerInputFormatter()
Attention
This constructor is obsolete and will be removed in a future version.
Initialise une nouvelle instance de XmlSerializerInputFormatter.
public:
XmlSerializerInputFormatter();
public XmlSerializerInputFormatter ();
[System.Obsolete("This constructor is obsolete and will be removed in a future version.")]
public XmlSerializerInputFormatter ();
Public Sub New ()
- Attributs
S’applique à
XmlSerializerInputFormatter(MvcOptions)
Initialise une nouvelle instance de 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)
Paramètres
- options
- MvcOptions
L’MvcOptionsopérateur
S’applique à
XmlSerializerInputFormatter(Boolean)
Attention
This constructor is obsolete and will be removed in a future version.
Initialise une nouvelle instance de 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)
Paramètres
- suppressInputFormatterBuffering
- Boolean
Indicateur pour mettre en mémoire tampon tout le corps de la requête avant de le désérialiser.
- Attributs