XmlDataContractSerializerInputFormatter Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
XmlDataContractSerializerInputFormatter() |
Obsolete.
Initializes a new instance of XmlDataContractSerializerInputFormatter. |
XmlDataContractSerializerInputFormatter(MvcOptions) |
Initializes a new instance of XmlDataContractSerializerInputFormatter. |
XmlDataContractSerializerInputFormatter(Boolean) |
Obsolete.
Initializes a new instance of XmlDataContractSerializerInputFormatter. |
XmlDataContractSerializerInputFormatter()
Caution
This constructor is obsolete and will be removed in a future version.
Initializes a new instance of XmlDataContractSerializerInputFormatter.
public:
XmlDataContractSerializerInputFormatter();
public XmlDataContractSerializerInputFormatter ();
[System.Obsolete("This constructor is obsolete and will be removed in a future version.")]
public XmlDataContractSerializerInputFormatter ();
Public Sub New ()
- Attributes
Applies to
XmlDataContractSerializerInputFormatter(MvcOptions)
Initializes a new instance of XmlDataContractSerializerInputFormatter.
public:
XmlDataContractSerializerInputFormatter(Microsoft::AspNetCore::Mvc::MvcOptions ^ options);
public XmlDataContractSerializerInputFormatter (Microsoft.AspNetCore.Mvc.MvcOptions options);
new Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter : Microsoft.AspNetCore.Mvc.MvcOptions -> Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter
Public Sub New (options As MvcOptions)
Parameters
- options
- MvcOptions
The MvcOptions.
Applies to
XmlDataContractSerializerInputFormatter(Boolean)
Caution
This constructor is obsolete and will be removed in a future version.
Initializes a new instance of XmlDataContractSerializerInputFormatter.
public:
XmlDataContractSerializerInputFormatter(bool suppressInputFormatterBuffering);
public XmlDataContractSerializerInputFormatter (bool suppressInputFormatterBuffering);
[System.Obsolete("This constructor is obsolete and will be removed in a future version.")]
public XmlDataContractSerializerInputFormatter (bool suppressInputFormatterBuffering);
new Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter : bool -> Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter
[<System.Obsolete("This constructor is obsolete and will be removed in a future version.")>]
new Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter : bool -> Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter
Public Sub New (suppressInputFormatterBuffering As Boolean)
Parameters
- suppressInputFormatterBuffering
- Boolean
Flag to buffer entire request body before deserializing it.
- Attributes